From 2ef306867ca477940270652c667cd1566e8a9ecf Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 25 Aug 2018 12:53:33 +0100 Subject: [PATCH] remove/replace references to bridge --- .flowconfig | 4 ++-- .gitignore | 16 ++++------------ .npmignore | 3 +-- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.flowconfig b/.flowconfig index 9171aad0..c223e9f0 100644 --- a/.flowconfig +++ b/.flowconfig @@ -22,8 +22,8 @@ # Ignore dist folder .*/dist/.* -# Ignore bridge project -.*/bridge/.* +# Ignore tests project +.*/tests/.* [include] diff --git a/.gitignore b/.gitignore index 4c039985..1a3b2393 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.npmignore b/.npmignore index 0c9b4a0e..52ce8d9f 100644 --- a/.npmignore +++ b/.npmignore @@ -73,8 +73,7 @@ docs .idea coverage yarn.lock -tests -bridge/ +tests/ buddybuild_postclone.sh bin/test.js .github