Skip to content

Commit

Permalink
OSS: ignore xcodeproj in root dir
Browse files Browse the repository at this point in the history
Summary: We don't need Xcode project in root dir.

Reviewed By: davidaurelio

Differential Revision: D8197985

fbshipit-source-id: dbbb8820111e84181c9880372dab9af55e0876e6
  • Loading branch information
fkgozali authored and facebook-github-bot committed May 30, 2018
1 parent 829e9ba commit 9d315f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d315f4

Please sign in to comment.