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