From c7e33ab682ef278c2a32e4d94978895dce5c6c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Mon, 9 Mar 2026 19:52:17 +0100 Subject: [PATCH] chore: ignore local release packaging directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1779abf..671d2c9 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,7 @@ app.*.map.json /flutter_*.png /devtools_options.yaml +# Local release packaging artifacts +/release/ + FINDINGS.md \ No newline at end of file