From 6e278fbadf6d7491ffc6f8ba1a0d4113cfa65b83 Mon Sep 17 00:00:00 2001 From: fbachus Date: Mon, 27 Jul 2026 13:40:06 +0200 Subject: [PATCH] expand .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0865105..5f12423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .env +# stores some api responses for reference on my machine +data/ + # Miscellaneous *.class *.log @@ -34,6 +37,8 @@ migrate_working_dir/ .pub/ /build/ /coverage/ +#why share this +flutter_log.txt # Symbolication related app.*.symbols @@ -44,4 +49,4 @@ app.*.map.json # Android Studio will place build artifacts here /android/app/debug /android/app/profile -/android/app/release +/android/app/release \ No newline at end of file