Browse Source

fix(create): Add .gitattributes to prevent eol conversions

Closes #185
Michael Bromley 6 years ago
parent
commit
5fdeace799
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/create/.gitattributes

+ 2 - 0
packages/create/.gitattributes

@@ -0,0 +1,2 @@
+index.js eol=lf
+templates/* eol=lf