fix: remove settings.json

This commit is contained in:
Prateek Sunal 2024-02-26 17:46:05 +05:30
parent ce6b3cc3d7
commit e068a2e5e7
2 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View file

@ -17,7 +17,7 @@
#Visual Studio Code related
.vscode/launch.json
# .vscode/settings.json
.vscode/settings.json
# Flutter/Dart/Pub related
**/doc/api/

View file

@ -1,3 +0,0 @@
{
"dart.flutterSdkPath": "thirdparty/flutter/bin",
}