-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
71 lines (59 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/client/node_modules
/client/.pnp
/client/.pnp.js
# testing
/client/coverage
# production
/client/build
# misc
.DS_Store
/client/.DS_Store
/client/.env.local
/client/.env.development.local
/client/.env.test.local
/client/.env.production.local
/client/npm-debug.log*
/client/yarn-debug.log*
/client/yarn-error.log*
#server
Server/HELP.md
Server/.gradle
Server/build/
Server/!gradle/wrapper/gradle-wrapper.jar
Server/!**/src/main/**/build/
Server/!**/src/test/**/build/
### STS ###
Server/.apt_generated
Server/.classpath
Server/.factorypath
Server/.project
Server/.settings
Server/.springBeans
Server/.sts4-cache
Server/bin/
Server/!**/src/main/**/bin/
Server/!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
Server/out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
Server/nbproject/private/
Server/nbbuild/
Server/dist/
Server/nbdist/
Server/.nb-gradle/
### VS Code ###
Server/.vscode/
### secret ###
application-secret.yml
prometheus.pem
Server/spy.log
Server/src/main/resources/static/
Server/logs/