refactor: track android build.gradle for ABI split configuration

Add exception to .gitignore so build.gradle changes are tracked in git
This commit is contained in:
Davide Scaini
2026-06-03 00:09:37 +02:00
parent 3522568ac3
commit 1b49eadfb5
2 changed files with 193 additions and 0 deletions
+3
View File
@@ -14,5 +14,8 @@ web-build/
android/
ios/
# Exception: track build configuration
!android/app/build.gradle
# Local env overrides
.env.local