82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
node_modules
|
|
coverage.android.json
|
|
coverage.ios.json
|
|
coverage
|
|
npm-debug.log
|
|
*.DS_Store
|
|
.github
|
|
# Xcode
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
*.xcuserstate
|
|
project.xcworkspace/
|
|
xcuserdata/
|
|
|
|
# Config files
|
|
.babelrc
|
|
.editorconfig
|
|
.eslintrc
|
|
.flowconfig
|
|
.watchmanconfig
|
|
buddybuild_postclone.sh
|
|
jsconfig.json
|
|
|
|
# Example
|
|
example/
|
|
|
|
# Built application files
|
|
android/*/build/
|
|
|
|
# Crashlytics configuations
|
|
android/com_crashlytics_export_strings.xml
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
android/local.properties
|
|
|
|
# Gradle generated files
|
|
android/.gradle/
|
|
|
|
# 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
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.dbandroid/gradle
|
|
android/gradlew
|
|
android/build
|
|
android/gradlew.bat
|
|
android/gradle/
|
|
docs
|
|
.idea
|
|
coverage
|
|
yarn.lock
|
|
tests
|
|
lib/.watchmanconfig
|
|
buddybuild_postclone.sh
|
|
bin/test.js
|
|
.github
|
|
example
|