From 4f0c98dc4452d45ec744e95f34d87044dc3c2d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Wed, 4 Mar 2026 17:07:23 +0100 Subject: [PATCH] chore(gitignore): ignore local screenshot and devtools artifacts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f801b06..2375b23 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,8 @@ app.*.map.json /TPB.md /supabase_migration.sql -/TPB_APP_CHECKLIST.md \ No newline at end of file +/TPB_APP_CHECKLIST.md + +# Local testing artifacts +/flutter_*.png +/devtools_options.yaml \ No newline at end of file