From c55315fa3eaf0701da01639cd213a3bff9ae0192 Mon Sep 17 00:00:00 2001 From: yoxu Date: Thu, 4 Sep 2025 21:07:34 +0200 Subject: [PATCH] Edit gitignore + remove .vscode folder --- .gitignore | 2 +- .vscode/settings.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 5290d13..d779048 100644 --- a/.gitignore +++ b/.gitignore @@ -199,7 +199,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder -# .vscode/ + .vscode/ # Ruff stuff: .ruff_cache/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0455c60..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "cSpell.words": [ - "potionchoice" - ] -} \ No newline at end of file