chore: remove ide-specific files

This commit is contained in:
Garrett Watson 2023-11-13 11:41:40 -05:00
parent adb1778710
commit 2b8eae9050
2 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View file

@ -19,7 +19,7 @@ migrate_working_dir/
# The .vscode folder contains launch configuration and tasks you configure in # 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 # VS Code which you may wish to be included in version control, so this line
# is commented out by default. # is commented out by default.
#.vscode/ .vscode/
# Flutter/Dart/Pub related # Flutter/Dart/Pub related
**/doc/api/ **/doc/api/
@ -42,4 +42,4 @@ app.*.map.json
/android/app/debug /android/app/debug
/android/app/profile /android/app/profile
/android/app/release /android/app/release
/android/key.properties /android/key.properties

View file

@ -1,3 +0,0 @@
{
"cmake.sourceDirectory": "C:/Users/miles/OneDrive/miles/miles3266/GitHub/ReCon/windows"
}