34 lines
458 B
Plaintext
34 lines
458 B
Plaintext
# Keep native projects in the build context
|
|
# (override .gitignore which ignores android/ and ios/)
|
|
|
|
# Node/Expo caches and build artifacts
|
|
node_modules/
|
|
.expo/
|
|
dist/
|
|
web-build/
|
|
npm-debug.*
|
|
yarn-error.log
|
|
|
|
# iOS/Android build outputs (keep project sources)
|
|
**/build/
|
|
**/.gradle/
|
|
**/.cxx/
|
|
**/.idea/
|
|
**/*.iml
|
|
ios/Pods/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.keystore
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
*.orig.*
|
|
|
|
# Do NOT ignore native project roots here
|
|
# android/
|
|
# ios/
|
|
|