Skip to content

Commit d57cdac

Browse files
karanjthakkarfacebook-github-bot
authored andcommitted
Add generated xcshareddata folder to gitignore (#25451)
Summary: A new project created with `0.60.0-rc.3` generates an `xcshareddata` when you open the workspace in Xcode at `ios/ProjectName.xcworkspace/xcshareddata`. This does not need to be tracked in git. ## Changelog [IOS] [ADDED] - Add generated `xcshareddata` folder to gitignore Pull Request resolved: #25451 Test Plan: N/A Differential Revision: D16110125 Pulled By: hramos fbshipit-source-id: 52ac4d2d7734956817f875c3c7bbf341cba2ea28
1 parent 4a5a909 commit d57cdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DerivedData
2020
*.hmap
2121
*.ipa
2222
*.xcuserstate
23-
project.xcworkspace
23+
xcshareddata
2424

2525
# Android/IntelliJ
2626
#

0 commit comments

Comments
 (0)