We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitignore
1 parent d891ef3 commit 12d7f19Copy full SHA for 12d7f19
example/.gitignore
@@ -8,6 +8,7 @@
8
.buildlog/
9
.history
10
.svn/
11
+migrate_working_dir/
12
13
# IntelliJ related
14
*.iml
@@ -31,11 +32,13 @@
31
32
.pub/
33
/build/
34
-# Web related
35
-lib/generated_plugin_registrant.dart
36
-
37
# Symbolication related
38
app.*.symbols
39
40
# Obfuscation related
41
app.*.map.json
+
+# Android Studio will place build artifacts here
42
+/android/app/debug
43
+/android/app/profile
44
+/android/app/release
0 commit comments