Skip to content

Commit f922fd8

Browse files
committed
Update .gitignore
1 parent 2783613 commit f922fd8

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

.gitignore

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
target/
2+
!.mvn/wrapper/maven-wrapper.jar
3+
!**/src/main/**/target/
4+
!**/src/test/**/target/
5+
6+
### IntelliJ IDEA ###
7+
.idea/modules.xml
8+
.idea/jarRepositories.xml
9+
.idea/compiler.xml
10+
.idea/libraries/
11+
*.iws
12+
*.iml
13+
*.ipr
14+
15+
### Eclipse ###
16+
.apt_generated
17+
.classpath
18+
.factorypath
19+
.project
20+
.settings
21+
.springBeans
22+
.sts4-cache
23+
24+
### NetBeans ###
25+
/nbproject/private/
26+
/nbbuild/
27+
/dist/
28+
/nbdist/
29+
/.nb-gradle/
30+
build/
31+
!**/src/main/**/build/
32+
!**/src/test/**/build/
33+
34+
### VS Code ###
35+
.vscode/
36+
37+
### Mac OS ###
38+
.DS_Store
39+
40+
### Additional ###
41+
roset_keystore/
42+
143
# Compiled class file
244
*.class
345

@@ -21,4 +63,4 @@
2163

2264
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2365
hs_err_pid*
24-
replay_pid*
66+
replay_pid*

0 commit comments

Comments
 (0)