OSS: ignore xcodeproj in root dir

Summary: We don't need Xcode project in root dir.

Reviewed By: davidaurelio

Differential Revision: D8197985

fbshipit-source-id: dbbb8820111e84181c9880372dab9af55e0876e6
This commit is contained in:
Kevin Gozali 2018-05-30 00:05:49 -07:00 committed by Facebook Github Bot
parent 829e9ba180
commit 9d315f4a1e
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -67,6 +67,8 @@ package-lock.json
/coverage
/third-party
# Root dir shouldn't have Xcode project
/*.xcodeproj
# ReactCommon subdir shouldn't have Xcode project
/ReactCommon/**/*.xcodeproj