From 2c7939b2e7afcb2d62972bfa636257c0a6443e8a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 28 Jul 2020 14:32:19 -0400 Subject: [PATCH] Create .gitattributes [skip ci] --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..62b89be3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set default behavior to automatically normalize line endings. +* text=auto eol=lf + +# Mark cached Hugo resources/assets as generated to suppress in Git diffs and repo stats. +# https://github.com/github/linguist/blob/master/README.md#generated-code +resources/_gen/** linguist-generated=true