Add gitignore for Maven, Eclipse, IDEA, and OSX files.

This commit is contained in:
Jake Wharton 2015-06-18 10:32:15 -04:00
parent 23288eb363
commit e914de082b
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
.classpath
.project
.settings
eclipsebin
target
pom.xml.*
release.properties
.idea
*.iml
*.ipr
*.iws
classes
.DS_Store