From e2ecf0800bc09598f4d1bfa395fa8b595d3852db Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 8 Apr 2026 10:59:41 +0800 Subject: [PATCH] chore: add .vscode to .gitignore --- .gitignore | 2 +- .vscode/settings.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 3820a95..72abdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,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/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index aa52aa6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cmake.sourceDirectory": "E:/project/flutter/f/mom_kitchen/linux" -} \ No newline at end of file