Skip to content

Commit

Permalink
remove xcshareddata from gitignore (#27563)
Browse files Browse the repository at this point in the history
Summary:
Files that are inside `xcshareddata` are meant to be "shared", and that means committed to git. These files are for example `ios/RnDiffApp.xcodeproj/xcshareddata/xcschemes/RnDiffApp.xcscheme`, and if ignored that means they are removed from the repo or are missing when cloning. These should be present. They are the shared schemes so Xcode knows what and how to build, on everyone's machine.

I noticed it being there in a new project on 0.62.0-rc.0.

## Changelog

[iOS] [Changed] - Remove the xcshareddata from .gitignore
Pull Request resolved: #27563

Differential Revision: D19166364

Pulled By: TheSavior

fbshipit-source-id: 0377dc5b08ba04d121f9ed5e4027942a7a9f463f
  • Loading branch information
pvinis authored and facebook-github-bot committed Dec 18, 2019
1 parent 2436aa9 commit 7980615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
xcshareddata

# Android/IntelliJ
#
Expand Down

0 comments on commit 7980615

Please sign in to comment.