Skip to content

Instantly share code, notes, and snippets.

@NetzwergX
Last active April 24, 2018 13:12
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 NetzwergX/1675885 to your computer and use it in GitHub Desktop.
Save NetzwergX/1675885 to your computer and use it in GitHub Desktop.
My .gitignore for Java projects
# ignore tests
tests/ export-ignore
#.gitignore for Java projects (using eclipse)
# Linux
# backup files
*~
# Windows
# thumbnails
Thumbs.db
# Mac OS X
# metadata
.DS_Store
# thumbnails
._*
# GIT
.git/
# Java
*.class
# packages
*.jar
*.war
*.ear
# Eclipse
.settings/
.buildpath
.classpath
.project
# Logging
*.log
# jME (binaries)
*.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment