Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 05348e6

Browse files
raw: upd .gitignore
1 parent acf16d9 commit 05348e6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,39 @@ backend/*.rar
2323
hs_err_pid*
2424
replay_pid*
2525
backend/src/main/resources/application.properties
26+
27+
28+
HELP.md
29+
target/
30+
/.idea
31+
!.mvn/wrapper/maven-wrapper.jar
32+
!**/src/main/**/target/
33+
!**/src/test/**/target/
34+
35+
### STS ###
36+
.apt_generated
37+
.classpath
38+
.factorypath
39+
.project
40+
.settings
41+
.springBeans
42+
.sts4-cache
43+
44+
### IntelliJ IDEA ###
45+
.idea
46+
*.iws
47+
*.iml
48+
*.ipr
49+
50+
### NetBeans ###
51+
/nbproject/private/
52+
/nbbuild/
53+
/dist/
54+
/nbdist/
55+
/.nb-gradle/
56+
build/
57+
!**/src/main/**/build/
58+
!**/src/test/**/build/
59+
60+
### VS Code ###
61+
.vscode/

0 commit comments

Comments
 (0)