Skip to content

Instantly share code, notes, and snippets.

@games647
Created December 9, 2016 13:16
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 games647/796e21a661a7a96b1e67d78fa2e1257f to your computer and use it in GitHub Desktop.
Save games647/796e21a661a7a96b1e67d78fa2e1257f to your computer and use it in GitHub Desktop.
Java - Ignore
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
nb-configuration.xml
# maven
/target
# vim
.*.sw[a-p]
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# various other potential build files
/build
/bin
/dist
/manifest.mf
*.log
# Mac filesystem dust
.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
# Gradle
.gradle
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment