-
Notifications
You must be signed in to change notification settings - Fork 126
/
.gitignore
82 lines (67 loc) · 1.52 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Nice ignore-what list:
# https://github.com/github/gitignore/tree/master/Global
# e.g.: [...]/Global/VisualStudioCode.gitignore
logs/
scratch.txt
scratch.json
scratch/
project/project
project/target
project/boot
dist
gitignored/
target
tmp
.history
.idea/
.idea_modules/
.bsp/sbt.json
.bloop/
.metals/
# Auto generated. Should be ignored — Metals ignores it itself:
# https://github.com/scalameta/metals/blob/main/.gitignore
project/metals.sbt
# Docker volume contents:
volumes/
# The npm-gulp Docker container creates some cache dirs in its home dir:
!volumes/gulp-home/.gitkeep
# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
# Ensime (Scala langage server)
.ensime
.ensime_cache/
ensime-langserver.log
# Eclipse
.cache
.classpath
.project
.settings/
# Ignore core dump file.
/core
node_modules/
# Ignore JS and CSS bundles generated by Gulp.
images/app/assets/
!images/app/assets/.gitkeep
images/web/assets/
!images/web/assets/.gitkeep
images/web/fonts/
!images/web/fonts/.gitkeep
# When running Chrome browser tests, ChromeDriver generates this file and it
# seems it's location is hardcoded,
# see: http://code.google.com/p/selenium/issues/detail?id=3475
/chromedriver.log
# Failed e2e tests, not kept in target/ so won't get removed when doing 'clean'.
tests/e2e-failures.txt
e2e.log
.selenium.pid
# One's local dev-test config.
conf/my.conf
# Play's auto generated self signed cert.
conf/generated.keystore