chore: ignore VSCode's settings.json in git

Seettings in there can be different per user and should be, it should
not be committed
This commit is contained in:
Bart Ribbers 2024-12-10 20:40:02 +01:00
parent 7e5885e5c8
commit fc0daacfc0

6
.gitignore vendored
View File

@ -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/