From b3eddfbb5782a5ce0eec6a2d7737e6a06180718e Mon Sep 17 00:00:00 2001 From: Karan Thakkar Date: Mon, 1 Jul 2019 20:59:14 +0100 Subject: [PATCH 1/2] Add generated `xcshareddata` folder to gitignore --- template/_gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/_gitignore b/template/_gitignore index 828cc8846088e3..24ffbb37320f52 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -21,6 +21,7 @@ DerivedData *.ipa *.xcuserstate project.xcworkspace +xcshareddata # Android/IntelliJ # From 4934857e349d0c296a8957a842ac2cc4194da406 Mon Sep 17 00:00:00 2001 From: Karan Thakkar Date: Tue, 2 Jul 2019 14:09:27 +0100 Subject: [PATCH 2/2] Remove project.xcworkspace from gitignore --- template/_gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index 24ffbb37320f52..d498e52310434d 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -20,7 +20,6 @@ DerivedData *.hmap *.ipa *.xcuserstate -project.xcworkspace xcshareddata # Android/IntelliJ