From fc0daacfc00f2608efc6b16d4a5424c2f8b1c4fb Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 10 Dec 2024 20:40:02 +0100 Subject: [PATCH] chore: ignore VSCode's settings.json in git Seettings in there can be different per user and should be, it should not be committed --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 35f1790..d0b2324 100644 --- a/.gitignore +++ b/.gitignore @@ -16,10 +16,8 @@ migrate_working_dir/ *.iws .idea/ -# 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 related +.vscode/settings.json # Flutter/Dart/Pub related **/doc/api/