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" - ] -}