remove/replace references to bridge

This commit is contained in:
Salakar 2018-08-25 12:53:33 +01:00
parent 17b33e7f1d
commit 2ef306867c
3 changed files with 7 additions and 16 deletions

View File

@ -22,8 +22,8 @@
# Ignore dist folder
.*/dist/.*
# Ignore bridge project
.*/bridge/.*
# Ignore tests project
.*/tests/.*
[include]

16
.gitignore vendored
View File

@ -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

View File

@ -73,8 +73,7 @@ docs
.idea
coverage
yarn.lock
tests
bridge/
tests/
buddybuild_postclone.sh
bin/test.js
.github