Skip to content

Instantly share code, notes, and snippets.

@carlosanders
Last active August 22, 2017 23:29
Show Gist options
  • Save carlosanders/14e2cdda53abef783b134c45b91df972 to your computer and use it in GitHub Desktop.
Save carlosanders/14e2cdda53abef783b134c45b91df972 to your computer and use it in GitHub Desktop.
#
# 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