Skip to content

Instantly share code, notes, and snippets.

@EdwardsBean
Created October 13, 2014 14:31
Show Gist options
  • Save EdwardsBean/a693f862727de9d32913 to your computer and use it in GitHub Desktop.
Save EdwardsBean/a693f862727de9d32913 to your computer and use it in GitHub Desktop.
Default excludes for project
#
# Project specific excludes
#
#
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment