Skip to content

Commit fd250a7

Browse files
CHG: gitignore file
1 parent 9943c49 commit fd250a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
33
!/.mvn/wrapper/maven-wrapper.jar
44

5+
*.class
6+
target/
7+
.settings/
8+
.project
9+
.classpath
10+
hs_err_pid*
11+
512
### STS ###
613
.apt_generated
714
.classpath
@@ -12,6 +19,7 @@
1219

1320
### IntelliJ IDEA ###
1421
.idea
22+
.idea/
1523
*.iws
1624
*.iml
1725
*.ipr

0 commit comments

Comments
 (0)