Skip to content

Commit 938e0b6

Browse files
committed
chore: update .gitignore
1 parent 6f38029 commit 938e0b6

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.gitignore

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,14 @@
1818
# The .vscode folder contains launch configuration and tasks you configure in
1919
# VS Code which you may wish to be included in version control, so this line
2020
# is commented out by default.
21-
#.vscode/
21+
.vscode/
2222

2323
# Flutter/Dart/Pub related
24+
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
25+
/pubspec.lock
2426
**/doc/api/
25-
**/ios/Flutter/.last_build_id
2627
.dart_tool/
27-
.flutter-plugins
28-
.flutter-plugins-dependencies
2928
.packages
30-
.pub-cache/
31-
.pub/
32-
/build/
29+
build/
3330

34-
# Web related
35-
lib/generated_plugin_registrant.dart
36-
37-
# Symbolication related
38-
app.*.symbols
39-
40-
# Obfuscation related
41-
app.*.map.json
42-
43-
# Android Studio will place build artifacts here
44-
/android/app/debug
45-
/android/app/profile
46-
/android/app/release
31+
example/pubspec.lock

0 commit comments

Comments
 (0)