From 2b8eae9050f717ab8a4df0def0df743bc5a255a2 Mon Sep 17 00:00:00 2001 From: Garrett Watson Date: Mon, 13 Nov 2023 11:41:40 -0500 Subject: [PATCH] chore: remove ide-specific files --- .gitignore | 4 ++-- .vscode/settings.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index f8d19d4..d5aa5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ migrate_working_dir/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -42,4 +42,4 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release -/android/key.properties \ No newline at end of file +/android/key.properties diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 25fe1bb..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cmake.sourceDirectory": "C:/Users/miles/OneDrive/miles/miles3266/GitHub/ReCon/windows" -} \ No newline at end of file