mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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
This commit is contained in:
committed by
Facebook Github Bot
parent
11cc7be821
commit
522640cf3a
4
.gitignore
vendored
4
.gitignore
vendored
@@ -66,3 +66,7 @@ package-lock.json
|
||||
|
||||
/coverage
|
||||
/third-party
|
||||
|
||||
# ReactCommon subdir shouldn't have Xcode project
|
||||
/ReactCommon/**/*.xcodeproj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user