From ee4bdafe4f964bf5ce0f17ebea2901fab95fecfb Mon Sep 17 00:00:00 2001 From: jakub-g Date: Tue, 4 Oct 2016 14:41:41 +0200 Subject: [PATCH] chore: add .gitattributes so that git checkout on Windows uses LF and JSCS does not complain on prerelease --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cb9cd50c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +* text=auto + +*.css eol=lf +*.eslintrc eol=lf +*.gitattributes eol=lf +*.gitignore eol=lf +*.gradle eol=lf +*.h eol=lf +*.html eol=lf +*.java eol=lf +*.js eol=lf +*.jscsrc eol=lf +*.json eol=lf +*.m eol=lf +*.map eol=lf +*.md eol=lf +*.modulemap eol=lf +*.npmignore eol=lf +*.pch eol=lf +*.plist eol=lf +*.sh eol=lf +*.xml eol=lf +*.yml eol=lf + +*.jar binary +*.png binary