Skip to content

Commit f271858

Browse files
committed
...
1 parent aeb3971 commit f271858

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.gitignore

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# Skip maven 'target' directory
2-
target
1+
syntax: glob
2+
*.class
3+
*~
4+
*.bak
5+
*.off
6+
*.old
7+
*.java.orig
8+
.DS_Store
9+
10+
# building
11+
/target
12+
.mvn/wrapper/maven-wrapper.jar
313

414
# plus eclipse crap
515
.classpath

0 commit comments

Comments
 (0)