diff --git a/.gitignore b/.gitignore index 0af181c..a281750 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ /android/ +/.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 426a06d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "godotTools.editorPath.godot4": "d:\\game\\Godot\\Godot_v4.7.1-stable_win64.exe\\Godot_v4.7.1-stable_win64_console.exe" -} \ No newline at end of file