From 92a8e79802c039af2da97e50f0b9ed5ca5e2023c Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 14 Apr 2025 16:14:11 +0200 Subject: Ignore .vscode folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71642e3..a46a070 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _Output _Tmp _LuaVersions .vs +.vscode *.dll *.exe *.gch -- cgit v1.2.3-55-g6feb