From b607bcf970119625ef72032007ab2720e9f98f8c Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:51:37 +0100 Subject: [PATCH] Update Flutter.gitignore Remove Visual Studio Code Setting related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 93c8c479..4a9d23c2 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -119,5 +119,4 @@ app.*.symbols !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -!/dev/ci/**/Gemfile.lock -!.vscode/settings.json \ No newline at end of file +!/dev/ci/**/Gemfile.lock \ No newline at end of file