Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Mar 20, 2019
1 parent acf2703 commit 44e0723
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# maven ignore
target/
*.class
*.jar
*.war
*.zip
*.tar
*.tar.gz

# maven plugin ignore
release.properties
cobertura.ser
*.gpg

# eclipse ignore
.settings/
.project
Expand All @@ -19,8 +25,8 @@ target/

# temp ignore
logs/
*.doc
*.log
*.doc
*.cache
*.diff
*.patch
Expand All @@ -29,5 +35,3 @@ logs/
# system ignore
.DS_Store
Thumbs.db

*.class

0 comments on commit 44e0723

Please sign in to comment.