file configurazione idea

This commit is contained in:
Fabio Scotto di Santolo
2020-04-18 19:37:05 +02:00
parent 3dd1e333f5
commit a80d64735b
8 changed files with 216 additions and 77 deletions

31
.gitignore vendored
View File

@@ -1 +1,30 @@
# Add any directories, files, or patterns you don't want to be tracked by version control
# 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