From d57cdac62b814d38d2d03cdbb1cb3da60a09c948 Mon Sep 17 00:00:00 2001 From: Karan Thakkar Date: Wed, 3 Jul 2019 16:11:39 -0700 Subject: [PATCH] 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: https://github.com/facebook/react-native/pull/25451 Test Plan: N/A Differential Revision: D16110125 Pulled By: hramos fbshipit-source-id: 52ac4d2d7734956817f875c3c7bbf341cba2ea28 --- template/_gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index 828cc8846088e3..d498e52310434d 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -20,7 +20,7 @@ DerivedData *.hmap *.ipa *.xcuserstate -project.xcworkspace +xcshareddata # Android/IntelliJ #