Skip to content

Commit

Permalink
Add generated xcshareddata folder to gitignore (#25451)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
karanjthakkar authored and facebook-github-bot committed Jul 3, 2019
1 parent 4a5a909 commit d57cdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
xcshareddata

# Android/IntelliJ
#
Expand Down

0 comments on commit d57cdac

Please sign in to comment.