Skip to content

Commit 44df951

Browse files
committed
Update GitIgnore
- Update Flutter generated GitIgnore.
1 parent ab78d07 commit 44df951

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

.gitignore

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
migrate_working_dir/
1112

1213
# IntelliJ related
1314
*.iml
@@ -21,27 +22,9 @@
2122
#.vscode/
2223

2324
# Flutter/Dart/Pub related
25+
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26+
/pubspec.lock
2427
**/doc/api/
25-
**/ios/Flutter/.last_build_id
2628
.dart_tool/
27-
.flutter-plugins
28-
.flutter-plugins-dependencies
2929
.packages
30-
.pub-cache/
31-
.pub/
32-
/build/
33-
pubspec.lock
34-
35-
# Web related
36-
lib/generated_plugin_registrant.dart
37-
38-
# Symbolication related
39-
app.*.symbols
40-
41-
# Obfuscation related
42-
app.*.map.json
43-
44-
# Android Studio will place build artifacts here
45-
/android/app/debug
46-
/android/app/profile
47-
/android/app/release
30+
build/

0 commit comments

Comments
 (0)