From c58ef95655d61d27c43ffb5d54c6599b98ceab81 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Wed, 10 Jun 2026 13:41:22 +0200 Subject: [PATCH] Added all --- .gitignore | 3 ++- .vscode/settings.json | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index b0b244d..4bbe6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries +.vscode/ # Created by https://www.toptal.com/developers/gitignore/api/macos # Edit at https://www.toptal.com/developers/gitignore?templates=macos @@ -198,4 +199,4 @@ buildNumber.properties # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar -# End of https://www.gitignore.io/api/java,maven,intellij+all,jetbrains+all \ No newline at end of file +# End of https://www.gitignore.io/api/java,maven,intellij+all,jetbrains+all diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e012065..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "java.compile.nullAnalysis.mode": "automatic", - "java.configuration.updateBuildConfiguration": "interactive" -} \ No newline at end of file