Skip to content

Commit 10d4aeb

Browse files
authored
chore: adding .xcode.env.local to $.gitignore (#759)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary <!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? --> Adding `.xcode.env.local` to the `.gitignore` ### Test plan <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
1 parent 5b42f44 commit 10d4aeb

File tree

1 file changed

+1
-0
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+1
-0
lines changed

packages/create-react-native-library/templates/common/$.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ DerivedData
2828
*.ipa
2929
*.xcuserstate
3030
project.xcworkspace
31+
**/.xcode.env.local
3132

3233
# Android/IJ
3334
#

0 commit comments

Comments
 (0)