From 17aced6292a558bd7ce91c13892297e7db751bd3 Mon Sep 17 00:00:00 2001 From: Rene Cunningham Date: Thu, 25 Feb 2021 10:08:09 +1100 Subject: [PATCH] Set liguist-generated so that PRs that include vendor changes are easier to read. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7c486a5e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +vendor/* linguist-generated=true