From cfcad0cda095c007ab3b7e4b9cceb52c2bc8b811 Mon Sep 17 00:00:00 2001 From: TheBlackbird14 <90150013+TheBlackbird14@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:16:17 +0200 Subject: [PATCH] add settings.json to gitignore --- .gitignore | 5 ++++- .vscode/settings.json | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index ffee143..27b34bc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,7 @@ Makefile #other .DS_Store .dSYM -*.dSYM/* \ No newline at end of file +*.dSYM/* + +#vscode +*/settings.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f34857d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools" -} \ No newline at end of file