Skip to content

Instantly share code, notes, and snippets.

@ashish2199
Forked from chhh/.gitignore
Created November 11, 2017 14:42
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 ashish2199/f4e22db02c92ae2204b5f58c8996510c to your computer and use it in GitHub Desktop.
Save ashish2199/f4e22db02c92ae2204b5f58c8996510c 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