diff --git a/.gitignore b/.gitignore index 69d5bf7..f01ccdc 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,10 @@ example/android/app/src/main/assets/index.android.bundle example/ios/.xcode.env .pnp.loader.mjs .pnp.cjs +/.yarn/cache +.yarn/install-state.gz +.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +.yarn/releases/yarn-3.6.1.cjs +example/ios/.xcode.env +example/ios/.xcode.env.local diff --git a/example/ios/.xcode.env b/example/ios/.xcode.env deleted file mode 100644 index 3d5782c..0000000 --- a/example/ios/.xcode.env +++ /dev/null @@ -1,11 +0,0 @@ -# This `.xcode.env` file is versioned and is used to source the environment -# used when running script phases inside Xcode. -# To customize your local environment, you can create an `.xcode.env.local` -# file that is not versioned. - -# NODE_BINARY variable contains the PATH to the node executable. -# -# Customize the NODE_BINARY variable here. -# For example, to use nvm with brew, add the following line -# . "$(brew --prefix nvm)/nvm.sh" --no-use -export NODE_BINARY=$(command -v node) diff --git a/example/ios/.xcode.env.local b/example/ios/.xcode.env.local deleted file mode 100644 index 3cda108..0000000 --- a/example/ios/.xcode.env.local +++ /dev/null @@ -1,2 +0,0 @@ -export NODE_BINARY=/Users/michaelavoyan/.nvm/versions/node/v20.11.1/bin/node -