SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

Added a .gitattributes file, ensuring that Bash script source files (gradlew and

*.sh) have normal Unix LF line endings even on Windows.  This change is needed
so gradlew, packager.sh, and other Bash scripts can run on Windows (under cygwin).
On Windows the rest of the source files will typically have CR+LF endings (Git
default), but Bash scripts need to have LF endings to work, thus this override
to force that.
B
Bret Johnson committed
ea705257447c0234ede309f05345858934572605
Parent: f03c7b5