Skip to content

Commit

Permalink
add Eclipse files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored and gaul committed Feb 1, 2018
1 parent 3961173 commit 0c2e29a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Maven
target/

# IntelliJ
.idea/
*.iml

# Eclipse
.checkstyle
.classpath
.project
.settings/

0 comments on commit 0c2e29a

Please sign in to comment.