From cb9d2a0e979f072a4179512db970b1574b94fcc9 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 8 Oct 2025 14:10:21 +0200 Subject: [PATCH] Add other build folders to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index edc2c5c0..b3dc0686 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ .pub-cache/ .pub/ /build/ +/**/build/ +/android/app/.cxx **/failures/*.png @@ -62,3 +64,4 @@ ios/fastlane/Preview.html ios/fastlane/output ios/Runner.ipa ios/Runner.app.dSYM.zip +