From 265f15cbec5ed5b99d9ed3fa51c207e0880f4c8c Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Mon, 22 Sep 2025 10:32:52 +0200 Subject: [PATCH] Terzo Progetto e gitignore --- .gitignore | 5 ++++- SecondoProgetto/.vscode/settings.json | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 SecondoProgetto/.vscode/settings.json diff --git a/.gitignore b/.gitignore index 38105ec..d8591a4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -replay_pid* \ No newline at end of file +replay_pid* + +# Visual Studio Code settings.json +settings.json \ No newline at end of file diff --git a/SecondoProgetto/.vscode/settings.json b/SecondoProgetto/.vscode/settings.json deleted file mode 100644 index e112a70..0000000 --- a/SecondoProgetto/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "java.project.sourcePaths": ["src"], - "java.project.outputPath": "bin", - "java.project.referencedLibraries": [ - "lib/**/*.jar" - ] -}