From a10067ca8e56e0e90aae551023df8e616303422f Mon Sep 17 00:00:00 2001 From: DwifteJB Date: Thu, 12 Mar 2026 17:42:45 +0000 Subject: [PATCH] add .kate-swp & .vscode to .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 470955b90..63d698c56 100644 --- a/.gitignore +++ b/.gitignore @@ -438,5 +438,7 @@ Minecraft.Client/Saves/ *.user /out -# CLion -.idea/ \ No newline at end of file +# IDE files +.idea/ +.kate-swp +.vscode/