Skip to content

Instantly share code, notes, and snippets.

@Cnly
Created September 13, 2014 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cnly/f7dfc53e92336b4ba535 to your computer and use it in GitHub Desktop.
Save Cnly/f7dfc53e92336b4ba535 to your computer and use it in GitHub Desktop.
A .gitignore for Java
#Eclipse
/.classpath
/.project
/.settings/
#Maven
/target
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment