Skip to content

Commit

Permalink
Merge pull request google#659 from google/jw/gitignore
Browse files Browse the repository at this point in the history
Add gitignore for Maven, Eclipse, IDEA, and OSX files.
  • Loading branch information
inder123 committed Jun 18, 2015
2 parents 23288eb + e914de0 commit fcfd397
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 fcfd397

Please sign in to comment.