From 9bb3d4ef28dc81099ddc330d83807519f7aada60 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Tue, 15 Sep 2020 11:22:35 -0500 Subject: [PATCH] Add .gitattributes as a hint to the GitHub diff viewer. Signed-off-by: Matt Moyer --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cfe81844 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.go.tmpl linguist-language=Go +generated/** linguist-generated