Skip to content

Commit

Permalink
OSS exclude Xcode artifacts in ReactCommon subdir
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fkgozali authored and facebook-github-bot committed May 9, 2018
1 parent 11cc7be commit 522640c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ package-lock.json

/coverage
/third-party

# ReactCommon subdir shouldn't have Xcode project
/ReactCommon/**/*.xcodeproj

0 comments on commit 522640c

Please sign in to comment.