2018-01-06 13:53:46 +00:00
|
|
|
coverage
|
2018-03-04 23:56:02 +00:00
|
|
|
coverage.ios.json
|
|
|
|
coverage.android.json
|
2017-02-14 16:02:54 +00:00
|
|
|
node_modules
|
|
|
|
npm-debug.log
|
|
|
|
*.DS_Store
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
*.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
*.xcuserstate
|
|
|
|
project.xcworkspace/
|
2018-01-06 14:48:07 +00:00
|
|
|
atlassian-ide-plugin
|
2017-02-14 16:02:54 +00:00
|
|
|
xcuserdata/
|
|
|
|
|
2017-07-04 23:58:04 +00:00
|
|
|
# Example
|
|
|
|
example/demo/ios/demo.xcworkspace/
|
2017-02-14 16:02:54 +00:00
|
|
|
|
|
|
|
# Built application files
|
2017-04-26 16:34:16 +00:00
|
|
|
**/android/**/build/
|
2017-02-14 16:02:54 +00:00
|
|
|
|
|
|
|
# Crashlytics configuations
|
|
|
|
android/com_crashlytics_export_strings.xml
|
|
|
|
|
|
|
|
# Signing files
|
|
|
|
android/.signing/
|
2017-05-01 16:19:27 +00:00
|
|
|
|
2017-02-14 16:02:54 +00:00
|
|
|
# Local configuration file (sdk path, etc)
|
2017-04-26 16:34:16 +00:00
|
|
|
**/android/local.properties
|
2017-02-14 16:02:54 +00:00
|
|
|
|
|
|
|
# Gradle generated files
|
2017-04-26 16:34:16 +00:00
|
|
|
**/android/.gradle/
|
2017-02-14 16:02:54 +00:00
|
|
|
|
|
|
|
# Signing files
|
|
|
|
android/.signing/
|
|
|
|
|
|
|
|
# User-specific configurations
|
|
|
|
android/.idea/gradle.xml
|
|
|
|
android/.idea/libraries/
|
|
|
|
android/.idea/workspace.xml
|
|
|
|
android/.idea/tasks.xml
|
|
|
|
android/.idea/.name
|
|
|
|
android/.idea/compiler.xml
|
|
|
|
android/.idea/copyright/profiles_settings.xml
|
|
|
|
android/.idea/encodings.xml
|
|
|
|
android/.idea/misc.xml
|
|
|
|
android/.idea/modules.xml
|
|
|
|
android/.idea/scopes/scope_settings.xml
|
|
|
|
android/.idea/vcs.xml
|
2017-04-26 16:34:16 +00:00
|
|
|
**/android/**/*.iml
|
2017-02-14 16:02:54 +00:00
|
|
|
ios/RnFirebase.xcodeproj/xcuserdata
|
|
|
|
|
|
|
|
# OS-specific files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.dbandroid/gradle
|
|
|
|
android/gradlew
|
|
|
|
android/build
|
2017-05-01 16:13:54 +00:00
|
|
|
android/.gradle
|
2017-02-14 16:02:54 +00:00
|
|
|
android/gradlew.bat
|
2017-05-01 16:13:54 +00:00
|
|
|
android/gradle
|
2017-05-01 16:06:40 +00:00
|
|
|
lib/.watchmanconfig
|
2017-02-14 16:02:54 +00:00
|
|
|
.idea
|
|
|
|
coverage
|
|
|
|
yarn.lock
|
2017-04-26 16:34:16 +00:00
|
|
|
|
2017-05-01 16:13:54 +00:00
|
|
|
tests/build
|
|
|
|
tests/android/app/build
|
|
|
|
tests/ios/Pods
|
|
|
|
tests/firebase
|
2018-03-23 14:26:11 +00:00
|
|
|
tests-new/build
|
|
|
|
tests-new/android/app/build
|
|
|
|
tests-new/ios/Pods
|
|
|
|
tests-new/firebase
|
2017-05-01 16:13:54 +00:00
|
|
|
.gradle
|
|
|
|
local.properties
|
|
|
|
*.iml
|
2017-05-01 16:19:27 +00:00
|
|
|
|
2017-04-26 16:34:16 +00:00
|
|
|
**/ios/Pods/**
|
|
|
|
**/ios/ReactNativeFirebaseDemo.xcworkspace/
|
2017-11-17 16:17:27 +00:00
|
|
|
dist
|
2018-01-09 17:31:54 +00:00
|
|
|
version.js
|
2018-04-21 14:55:13 +00:00
|
|
|
.nyc_output
|
2018-04-17 17:51:41 +00:00
|
|
|
ios.coverage.json
|
|
|
|
tests/ios/Fabric.framework/Fabric
|
2018-04-21 22:59:19 +00:00
|
|
|
**/android/.project
|
|
|
|
**/android/.classpath
|
|
|
|
**/android/.settings
|
|
|
|
**/android/app/.settings
|
|
|
|
bridge/android/app/.classpath
|
|
|
|
bridge/android/app/.project
|
|
|
|
**/.vscode
|
2018-05-05 17:22:08 +00:00
|
|
|
bridge/functions/firebase-debug.log
|