remove/replace references to bridge
This commit is contained in:
parent
17b33e7f1d
commit
2ef306867c
|
@ -22,8 +22,8 @@
|
|||
# Ignore dist folder
|
||||
.*/dist/.*
|
||||
|
||||
# Ignore bridge project
|
||||
.*/bridge/.*
|
||||
# Ignore tests project
|
||||
.*/tests/.*
|
||||
|
||||
[include]
|
||||
|
||||
|
|
|
@ -70,14 +70,6 @@ lib/.watchmanconfig
|
|||
coverage
|
||||
yarn.lock
|
||||
|
||||
tests/build
|
||||
tests/android/app/build
|
||||
tests/ios/Pods
|
||||
tests/firebase
|
||||
tests-new/build
|
||||
tests-new/android/app/build
|
||||
tests-new/ios/Pods
|
||||
tests-new/firebase
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
|
@ -88,12 +80,12 @@ dist
|
|||
version.js
|
||||
.nyc_output
|
||||
ios.coverage.json
|
||||
tests/ios/Fabric.framework/Fabric
|
||||
**/android/.project
|
||||
**/android/.classpath
|
||||
**/android/.settings
|
||||
**/android/app/.settings
|
||||
bridge/android/app/.classpath
|
||||
bridge/android/app/.project
|
||||
**/.vscode
|
||||
bridge/functions/firebase-debug.log
|
||||
tests/android/app/.project
|
||||
tests/android/app/.classpath
|
||||
**/*.xcworkspace/**
|
||||
tests/functions/firebase-debug.log
|
||||
|
|
|
@ -73,8 +73,7 @@ docs
|
|||
.idea
|
||||
coverage
|
||||
yarn.lock
|
||||
tests
|
||||
bridge/
|
||||
tests/
|
||||
buddybuild_postclone.sh
|
||||
bin/test.js
|
||||
.github
|
||||
|
|
Loading…
Reference in New Issue