Skip to content

Instantly share code, notes, and snippets.

@ppopoff
Created October 5, 2017 16:24
Show Gist options
  • Save ppopoff/ce74718698d2de210ed2f3be90b5b43e to your computer and use it in GitHub Desktop.
Save ppopoff/ce74718698d2de210ed2f3be90b5b43e to your computer and use it in GitHub Desktop.
Java gitinore
# IDEs
# Netbeans project files
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# IntelliJ project files
*.iml
*.iws
*.ipr
.idea/
# Eclipse project file
.settings/
.classpath
.project
# Maven
target/
# Compiled class file
*.class
# Binaries
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
*.sar
*.class
# Log files
*.log
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment