-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
80 lines (73 loc) · 1.12 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
*#
*.iml
*.ipr
*.iws
*.jar
*.sw?
*~
.#*
.*.md.html
.DS_Store
.classpath
.factorypath
.gradle
.idea
.metadata
.project
.recommenders
.settings
.springBeans
/build
/code
MANIFEST.MF
_site/
activemq-data
bin
build
build.log
dependency-reduced-pom.xml
dump.rdb
interpolated*.xml
lib/
manifest.yml
overridedb.*
settings.xml
target
transaction-logs
.flattened-pom.xml
secrets.yml
.gradletasknamecache
.sts4-cache
src/main/resources/static/prod/
src/main/resources/static/dev/node_modules/
# compiled output
src/main/resources/static/dev/tmp
src/main/resources/static/dev/out-tsc
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
src/main/resources/dev/.sass-cache
src/main/resources/dev/connect.lock
src/main/resources/dev/coverage
src/main/resources/dev/libpeerconnection.log
src/main/resources/devnpm-debug.log
src/main/resources/dev/yarn-error.log
src/main/resources/dev/testem.log
src/main/resources/dev/typings
# System Files
.DS_Store
Thumbs.db
# Environment Variables
heroku.md