Skip to content

Instantly share code, notes, and snippets.

@ajfmo
Forked from chhh/.gitignore
Created February 16, 2018 15: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 ajfmo/899a805d48c8b137d5ed584b9271d30c to your computer and use it in GitHub Desktop.
Save ajfmo/899a805d48c8b137d5ed584b9271d30c to your computer and use it in GitHub Desktop.
.gitignore file for IDEA, Eclipse, NetBeans
#
# Project specific excludes
#
tomcat
#
# Default excludes
#
# Binaries
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
*.sar
*.class
# Maven
target/
# IntelliJ project files
*.iml
*.iws
*.ipr
.idea/
# eclipse project file
.settings/
.classpath
.project
# NetBeans specific
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# OS
.DS_Store
# Misc
*.swp
release.properties
pom.xml.releaseBackup
pom.xml.tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment