mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
added .vscode .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"dart.lineLength": 100
|
||||
"dart.lineLength": 100,
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
}
|
||||
Reference in New Issue
Block a user