31 lines
524 B
Plaintext
31 lines
524 B
Plaintext
# Add any directories, files, or patterns you don't want to be tracked by version control
|
|
# Created by https://www.gitignore.io/api/Java
|
|
# Edit at https://www.gitignore.io/?templates=Java
|
|
|
|
### 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*
|
|
|
|
# End of https://www.gitignore.io/api/Java
|