Skip to content

Instantly share code, notes, and snippets.

@AndyLPK247
Created September 19, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyLPK247/655b90fecdb5df6410c47dd72b785733 to your computer and use it in GitHub Desktop.
Save AndyLPK247/655b90fecdb5df6410c47dd72b785733 to your computer and use it in GitHub Desktop.
GitHub's gitignore Template for Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment