We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777f6ee commit 809b0b1Copy full SHA for 809b0b1
1 file changed
.gitignore
@@ -30,8 +30,8 @@ migrate_working_dir/
30
.flutter-plugins-dependencies
31
.pub-cache/
32
.pub/
33
-/build/
34
-/coverage/
+**/build/
+**/coverage/
35
36
# Symbolication related
37
app.*.symbols
@@ -40,7 +40,13 @@ app.*.symbols
40
app.*.map.json
41
42
# Android Studio will place build artifacts here
43
-/android/app/debug
44
-/android/app/profile
45
-/android/app/release
46
-.env
+**/android/app/debug
+**/android/app/profile
+**/android/app/release
+.env*
47
+**/supabase/.temp/
48
+**/supabase/.branches/
49
+**/supabase/storage/
50
+**/supabase/.env
51
+**/supabase/pooler/
52
+
0 commit comments