From 0084efe7480f036dccdfd25403bf861f1414db7e Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 19 Jun 2021 19:38:29 -0400 Subject: [PATCH] Add more to gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 159b7455..7db5cad6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,8 @@ *.css text eol=lf *.html text eol=lf *.md text eol=lf +*.yaml text eol=lf +*.graphql text eol=lf +.eslintrc text eol=lf +.prettierrc text eol=lf +.babelrc text eol=lf