From 418d5a2ac8afbd199ad99d8c51e7cc99a16ef62b Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 30 Mar 2022 10:51:43 -0600 Subject: [PATCH] Copy .gitattributes from template repo This normalizes line endings and instructs GitHub not to collapse `yarn.lock`. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..bf5e085f4df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +yarn.lock linguist-generated=false