add gitignore

This commit is contained in:
Amolith 2020-11-09 16:12:46 -05:00
parent 7b9e518a5d
commit 56d153c2ad
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 31 additions and 0 deletions

31
.gitignore vendored
View File

@ -1,3 +1,4 @@
bin/
# Created by https://www.gitignore.io/api/java
# Edit at https://www.gitignore.io/?templates=java
@ -28,3 +29,33 @@
hs_err_pid*
# End of https://www.gitignore.io/api/java
# Created by https://www.toptal.com/developers/gitignore/api/java
# Edit at https://www.toptal.com/developers/gitignore?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.toptal.com/developers/gitignore/api/java