Skip to content

Instantly share code, notes, and snippets.

@andypl
Forked from JonathanGawrych/.gitignore
Created March 7, 2020 21:03
Show Gist options
  • Save andypl/a1433352ed27c23668c1780004dd2bd3 to your computer and use it in GitHub Desktop.
Save andypl/a1433352ed27c23668c1780004dd2bd3 to your computer and use it in GitHub Desktop.
Java .gitignore template
# 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*
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
# Inclusions
!lib/**
# Compiled Files
*.class
bin/
build/
/bin1/
java/build/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment