Skip to content

Commit

Permalink
Add gitignore for Maven, Eclipse, IDEA, and OSX files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 18, 2015
1 parent 23288eb commit e914de0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.classpath
.project
.settings
eclipsebin

target
pom.xml.*
release.properties

.idea
*.iml
*.ipr
*.iws
classes

.DS_Store

0 comments on commit e914de0

Please sign in to comment.