Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #40 from dpulitano/master
Browse files Browse the repository at this point in the history
Modify gitignore
  • Loading branch information
kood1 committed Mar 18, 2014
2 parents d5c5f0f + 2c7ef02 commit c295f3d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
*.jar
*.war
*.ear
/target
target/

/.classpath
/.project
/.settings
/logs
.classpath
.project
.settings/
.idea/
logs/

*.log
*.iml

0 comments on commit c295f3d

Please sign in to comment.