Skip to content

Instantly share code, notes, and snippets.

@codepainkiller
Forked from sharno/.gitignore
Last active August 29, 2015 14:25
Show Gist options
  • Save codepainkiller/24014a3ef7a871084593 to your computer and use it in GitHub Desktop.
Save codepainkiller/24014a3ef7a871084593 to your computer and use it in GitHub Desktop.
Java servlet/JSP project .gitignore file
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# netbeans
nbproject/private/
build/
nbbuild/
# the dist file could make some problems
# dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment