From 522640cf3aebc30580dd492d8c4eb863dac3d8b4 Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Wed, 9 May 2018 15:51:30 -0700 Subject: [PATCH] OSS exclude Xcode artifacts in ReactCommon subdir Summary: ReactCommon subdir is supposed to be focused on C++, so Xcode projects shouldn't creep in. Reviewed By: PeteTheHeat Differential Revision: D7939858 fbshipit-source-id: 2e90491bdaec92829485aded071f74d004b24b21 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6b290712d..1b46fc1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,7 @@ package-lock.json /coverage /third-party + +# ReactCommon subdir shouldn't have Xcode project +/ReactCommon/**/*.xcodeproj +