expand .gitignore

This commit is contained in:
fbachus
2026-07-27 13:40:06 +02:00
parent 2c4be8438e
commit 6e278fbadf
+6 -1
View File
@@ -1,5 +1,8 @@
.env .env
# stores some api responses for reference on my machine
data/
# Miscellaneous # Miscellaneous
*.class *.class
*.log *.log
@@ -34,6 +37,8 @@ migrate_working_dir/
.pub/ .pub/
/build/ /build/
/coverage/ /coverage/
#why share this
flutter_log.txt
# Symbolication related # Symbolication related
app.*.symbols app.*.symbols
@@ -44,4 +49,4 @@ app.*.map.json
# Android Studio will place build artifacts here # Android Studio will place build artifacts here
/android/app/debug /android/app/debug
/android/app/profile /android/app/profile
/android/app/release /android/app/release