Skip to content

Commit 809b0b1

Browse files
authored
Update .gitignore
1 parent 777f6ee commit 809b0b1

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

.gitignore

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ migrate_working_dir/
3030
.flutter-plugins-dependencies
3131
.pub-cache/
3232
.pub/
33-
/build/
34-
/coverage/
33+
**/build/
34+
**/coverage/
3535

3636
# Symbolication related
3737
app.*.symbols
@@ -40,7 +40,13 @@ app.*.symbols
4040
app.*.map.json
4141

4242
# Android Studio will place build artifacts here
43-
/android/app/debug
44-
/android/app/profile
45-
/android/app/release
46-
.env
43+
**/android/app/debug
44+
**/android/app/profile
45+
**/android/app/release
46+
.env*
47+
**/supabase/.temp/
48+
**/supabase/.branches/
49+
**/supabase/storage/
50+
**/supabase/.env
51+
**/supabase/pooler/
52+

0 commit comments

Comments
 (0)