Terzo Progetto e gitignore

This commit is contained in:
2025-09-22 10:32:52 +02:00
parent 4e6d08632f
commit 265f15cbec
2 changed files with 4 additions and 8 deletions

5
.gitignore vendored
View File

@@ -21,4 +21,7 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
replay_pid*
# Visual Studio Code settings.json
settings.json

View File

@@ -1,7 +0,0 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}