From 3e67369f905556134059c825440ce3e8c5a3cc05 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 5 Apr 2022 15:05:53 -0400 Subject: [PATCH] remove vscode project file --- .gitignore | 4 ++++ source.code-workspace | 43 ------------------------------------------- 2 files changed, 4 insertions(+), 43 deletions(-) delete mode 100644 source.code-workspace diff --git a/.gitignore b/.gitignore index 40cc6ad..6297a84 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # Godot Serialisations api.json +# Visual Studio Code Project file +source.code-workspace + # Visual Studio Cache .vs/ @@ -36,3 +39,4 @@ compile_commands.json # docs docs/ + diff --git a/source.code-workspace b/source.code-workspace deleted file mode 100644 index a5c01f6..0000000 --- a/source.code-workspace +++ /dev/null @@ -1,43 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "files.exclude": { - "**/*.cpp": false, - "**/*.h": false, - "**/*.o": true, - "**/*.svg": true, - "**/*.png": true, - "**/*.a": true, - "**/*.os": true, - "**/*.so": true, - "**/*.dll": true, - "**/*.tmx": true, - "**/*.tsx": true, - "**/SConstruct": false, - "**/__pycache__": true, - "**/.git": true, - "**/*.yml": true, - "**/SCsub": true, - "**/Makefile": false, - "**/bin": true, - "**/build": true, - "godot/android": true, - "godot": true, - "docs": true, - "**/.import": true, - "**/*.import": true, - "compile_commands.json": true, - "**/.sconsign.dblite": true - }, - "cSpell.words": [ - "gdnative", - "godot", - "lerp", - "tscn" - ] - } -}