We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab78d07 commit 44df951Copy full SHA for 44df951
1 file changed
.gitignore
@@ -8,6 +8,7 @@
8
.buildlog/
9
.history
10
.svn/
11
+migrate_working_dir/
12
13
# IntelliJ related
14
*.iml
@@ -21,27 +22,9 @@
21
22
#.vscode/
23
24
# Flutter/Dart/Pub related
25
+# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26
+/pubspec.lock
27
**/doc/api/
-**/ios/Flutter/.last_build_id
28
.dart_tool/
-.flutter-plugins
-.flutter-plugins-dependencies
29
.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
+build/
0 commit comments