Skip to content

Commit 8dd5beb

Browse files
committed
Added .gitignore
1 parent e0598fa commit 8dd5beb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.class
2+
*~
3+
*.iml
4+
*.jar
5+
*.war
6+
*.ear
7+
*.sw?
8+
*.classpath
9+
.gh-pages
10+
.idea
11+
.pmd
12+
.project
13+
.settings
14+
doc
15+
hs_err*.log
16+
target
17+
reports
18+
Test.java

0 commit comments

Comments
 (0)