Skip to content

Commit 12d7f19

Browse files
committed
Update gitignore
1 parent d891ef3 commit 12d7f19

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example/.gitignore

Lines changed: 6 additions & 3 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
@@ -31,11 +32,13 @@
3132
.pub/
3233
/build/
3334

34-
# Web related
35-
lib/generated_plugin_registrant.dart
36-
3735
# Symbolication related
3836
app.*.symbols
3937

4038
# Obfuscation related
4139
app.*.map.json
40+
41+
# Android Studio will place build artifacts here
42+
/android/app/debug
43+
/android/app/profile
44+
/android/app/release

0 commit comments

Comments
 (0)