-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
109 lines (83 loc) · 1.51 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Root and server specific
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Output of 'npm pack'
*.tgz
# dotenv environment variables file
.env
.env.*
# Editor directories and files
.vscode
!.vscode/settings.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
.idea/gradle.xml
.idea/misc.xml
.idea/vcs.xml
# Development
target/
build/
.settings/
.project
.classpath
*.ignore
*~
.gradle
client/.angular
client/bootstrapDone
.husky/.gitignore
build-cache/
server/h2/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# Dependency directories
node_modules
# Intellij plugin folder
.genesis-home
# Client
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Output
client/dist/
# Directory for instrumented libs generated by jscoverage/JSCover
client/lib-cov
# Coverage directory used by tools like istanbul
client/coverage
# Coverage files
coverage.lcov
# nyc test coverage
.nyc_output
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# lerna backups
package.json.lerna_backup
# custom elements metadata
custom-elements.json
# TypeScript incremental compilation cache
*.tsbuildinfo
.rollup.cache
# User files that may contain sensitive tokens etc.
.npmrc
# Gradle tasks
.bootstrapDone
.tests.executed