Skip to content

Instantly share code, notes, and snippets.

@bazi
Last active October 21, 2019 17:39
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 bazi/c7251ad453daa71a6bb427c0f46d0ff4 to your computer and use it in GitHub Desktop.
Save bazi/c7251ad453daa71a6bb427c0f46d0ff4 to your computer and use it in GitHub Desktop.
gitignore file for java projects
target/
logs/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# jetbrains related ignores
.idea/
# netbeans related ignores
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
# Eclipse
.classpath
.project
.settings/
# macos
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment