Last active
August 22, 2017 23:29
-
-
Save carlosanders/14e2cdda53abef783b134c45b91df972 to your computer and use it in GitHub Desktop.
This file contains 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 | |
# | |
tomcat | |
# | |
# Default excludes | |
# link: https://github.com/github/gitignore | |
# | |
# Log file | |
*.log | |
# BlueJ files | |
*.ctxt | |
# Mobile Tools for Java (J2ME) | |
.mtj.tmp/ | |
# Package Files # | |
*.jar | |
*.war | |
*.ear | |
*.zip | |
*.tar.gz | |
*.rar | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.tar | |
# Binaries | |
*.ear | |
*.sar | |
*.class | |
# Maven | |
target/ | |
# IDE - IntelliJ project files | |
*.iml | |
*.iws | |
*.ipr | |
.idea/ | |
# IDE - eclipse project file | |
.settings/ | |
.classpath | |
.project | |
# NetBeans specific | |
nbproject/private/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
.nb-gradle/ | |
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