Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 861ebac

Browse files
committed
add .gitignore
1 parent cf54a55 commit 861ebac

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
target/
2+
!.mvn/wrapper/maven-wrapper.jar
3+
test-output/
4+
5+
### STS ###
6+
.apt_generated
7+
.classpath
8+
.factorypath
9+
.project
10+
.settings
11+
.springBeans
12+
13+
### Eclipse Checkstyle Plugin ###
14+
.checkstyle
15+
16+
### IntelliJ IDEA ###
17+
.idea
18+
*.iws
19+
*.iml
20+
*.ipr
21+
22+
### NetBeans ###
23+
nbproject/private/
24+
build/
25+
nbbuild/
26+
dist/
27+
nbdist/
28+
.nb-gradle/

0 commit comments

Comments
 (0)