Skip to content

Instantly share code, notes, and snippets.

@sharno
Last active November 3, 2022 13:12
Show Gist options
  • Save sharno/6658bfbbc0ec6b3b2c8c to your computer and use it in GitHub Desktop.
Save sharno/6658bfbbc0ec6b3b2c8c 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
@PhucNood
Copy link

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment