From 65386372fcca1412b0c6c1e773cc228c58d7b4d3 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 31 May 2024 11:26:05 -0400 Subject: [PATCH] ignore settings.json --- .gitignore | 1 + .vscode/settings.json | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index f75f71f..c7794a5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ code_flattened Sectr.sublime-project Sectr.sublime-workspace ols.json +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e941d1c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // "ols.server.path": "{workspace" - "search.exclude": { - "thirdparty/**" : false, - "**/thirdparty" : false, - }, - "godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code", - "autoHide.autoHidePanel": false, - "autoHide.autoHideSideBar": false, - "files.associations": { - "*.rmd": "markdown", - "type_traits": "cpp", - "utf8proc.c": "cpp", - "xtr1common": "cpp" - }, - "C_Cpp.intelliSenseEngineFallback": "disabled" -}