added .vscode .gitignore

This commit is contained in:
Vinod
2022-10-02 11:57:13 +05:30
parent 5c767f311e
commit 67003a520a
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@@ -18,7 +18,7 @@
# 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/
@@ -31,6 +31,7 @@
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart

View File

@@ -1,3 +1,4 @@
{
"dart.lineLength": 100
"dart.lineLength": 100,
"diffEditor.ignoreTrimWhitespace": true,
}