[tests] misc firebase imports / git ignore
This commit is contained in:
parent
bc653beb26
commit
c76796934f
|
@ -19,30 +19,8 @@ android/*/build/
|
|||
# Crashlytics configuations
|
||||
android/com_crashlytics_export_strings.xml
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
android/local.properties
|
||||
|
||||
# Gradle generated files
|
||||
android/.gradle/
|
||||
firebase
|
||||
|
||||
# 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
|
||||
android/*.iml
|
||||
ios/RnFirebase.xcodeproj/xcuserdata
|
||||
|
||||
# OS-specific files
|
||||
|
@ -55,10 +33,19 @@ ehthumbs.db
|
|||
Thumbs.dbandroid/gradle
|
||||
android/gradlew
|
||||
android/build
|
||||
android/.gradle
|
||||
android/gradlew.bat
|
||||
android/gradle/
|
||||
android/gradle
|
||||
lib/.watchmanconfig
|
||||
.idea
|
||||
.idea
|
||||
coverage
|
||||
yarn.lock
|
||||
tests/build
|
||||
tests/android/gradle
|
||||
tests/ios/Podfile.lock
|
||||
tests/android/app/build
|
||||
tests/ios/Pods
|
||||
tests/firebase
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import firebase from 'firebase';
|
||||
import RNfirebase from './../../';
|
||||
import RNfirebase from './../firebase/firebase';
|
||||
|
||||
import DatabaseContents from './tests/support/DatabaseContents';
|
||||
|
||||
|
|
Loading…
Reference in New Issue