eas firebase config
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# 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/
|
||||
|
||||
Reference in New Issue
Block a user