From 15837cc0f6b8d4c4e2ec65bdd230018e5d5ef792 Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Fri, 21 Oct 2022 12:29:31 -0700 Subject: [PATCH] Added .xcode.env to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9f3abc538..93c2802a5 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ android/keystore.properties # Apple signing and auth files that fastlane might download *.cer *.mobileprovision + +# Might be used to customize the path to node that xcode uses +ios/.xcode.env