1b49eadfb5
Add exception to .gitignore so build.gradle changes are tracked in git
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
node_modules/
|
|
.expo/
|
|
dist/
|
|
npm-debug.*
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
*.orig.*
|
|
web-build/
|
|
|
|
# Generated native projects (managed workflow — produced by EAS, not committed)
|
|
android/
|
|
ios/
|
|
|
|
# Exception: track build configuration
|
|
!android/app/build.gradle
|
|
|
|
# Local env overrides
|
|
.env.local
|