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 *.iws
.idea/ .idea/
# The .vscode folder contains launch configuration and tasks you configure in # VSCode related
# VS Code which you may wish to be included in version control, so this line .vscode/settings.json
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related # Flutter/Dart/Pub related
**/doc/api/ **/doc/api/