From 45c7e00baf6e1af04bb55dfb49b7a7651ead4927 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 26 Oct 2020 19:35:30 -0700 Subject: [PATCH] git: Actually add gitattributes file --- git/gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 git/gitattributes diff --git a/git/gitattributes b/git/gitattributes new file mode 100644 index 0000000..527f8c6 --- /dev/null +++ b/git/gitattributes @@ -0,0 +1,8 @@ +*.css diff=css +*.go diff=golang +*.html diff=html +*.html.erb diff=html +*.md diff=markdown +*.py diff=python +*.rake diff=ruby +*.rb diff=ruby