Fixed ignore file

This commit is contained in:
Luca Frosini 2023-01-31 16:35:26 +01:00
parent 7e57694261
commit 2a7f872ef6
1 changed files with 30 additions and 1 deletions

31
.gitignore vendored
View File

@ -1,2 +1,31 @@
/bin/
# ---> 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*
replay_pid*
/target/
/.classpath
/.project
/.settings