Dustin Ingram
|
07dc35e4ad
|
Add .gitattributes file, treat .pbxproj as binary
Summary:
By default, the `.pbxproj` file generated by React Native should be treated as binary data to prevent Git from possibly automatically converting or fixing CRLF issues with this file, which would break it.
See https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#identifying-binary-files-znTLIVhvhG (where it specifically mentions `.pbxproj` files) for more information.
Closes https://github.com/facebook/react-native/pull/10864
Differential Revision: D4162492
fbshipit-source-id: 2c8f2f0ab2bb41c23b1460ef6cba672ef38f6310
|
2016-11-10 17:58:41 -08:00 |
|