-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (29 loc) · 711 Bytes
/
.gitignore
File metadata and controls
33 lines (29 loc) · 711 Bytes
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
HELP.md
/apps/backend/target/
/apps/backend/.mvn/wrapper/maven-wrapper.jar
/apps/backend/!**/src/main/**/target/
/apps/backend/!**/src/test/**/target/
### STS ###
/apps/backend/.apt_generated
/apps/backend/.classpath
/apps/backend/.factorypath
/apps/backend/.project
/apps/backend/.settings
/apps/backend/.springBeans
/apps/backend/.sts4-cache
### IntelliJ IDEA ###
.idea
/apps/backend/*.iws
/apps/backend/*.iml
/apps/backend/*.ipr
### NetBeans ###
/apps/backend/nbproject/private/
/apps/backend/nbbuild/
/apps/backend/dist/
/apps/backend/nbdist/
/apps/backend/.nb-gradle/
/apps/backend/build/
/apps/backend/!**/src/main/**/build/
/apps/backend/!**/src/test/**/build/
### VS Code ###
/apps/backend/.vscode/