Created
October 13, 2014 14:31
-
-
Save EdwardsBean/a693f862727de9d32913 to your computer and use it in GitHub Desktop.
Default excludes for project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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