Skip to content

Commit

Permalink
Merge pull request #230 from cypof/patch-1
Browse files Browse the repository at this point in the history
Ignore OSX and IDE files
  • Loading branch information
saudet committed Sep 22, 2015
2 parents dd09444 + f71f558 commit cb5ff62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
/target/

# Mac
.DS_Store

# Eclipse
.classpath
.project
.settings

# IntelliJ
*.iml

0 comments on commit cb5ff62

Please sign in to comment.