From f57aa34d366988be66ccca92b0c2eb525c3b4dbd Mon Sep 17 00:00:00 2001 From: Morph01 Date: Mon, 3 Feb 2025 11:37:12 +0100 Subject: [PATCH] Squashed commit of the following: commit 60c1634e1a159bf992b2ed1cdff632490294c48b Author: Morph01 Date: Mon Feb 3 11:36:25 2025 +0100 fix: remove .idea et .vscode --- .gitignore | 3 +++ .vscode/settings.json | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index e714e79..e06c5f1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ replay_pid* # Ignore Gradle build output directory build + +.idea +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e0f15db..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "automatic" -} \ No newline at end of file