Skip to content

Commit 522640c

Browse files
fkgozalifacebook-github-bot
authored andcommitted
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
1 parent 11cc7be commit 522640c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ package-lock.json
6666

6767
/coverage
6868
/third-party
69+
70+
# ReactCommon subdir shouldn't have Xcode project
71+
/ReactCommon/**/*.xcodeproj
72+

0 commit comments

Comments
 (0)