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:
parent
829e9ba180
commit
9d315f4a1e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue