From 4343863817832b13397c78cf455cfc7ff3263ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 7 Jan 2020 14:55:17 +0100 Subject: [PATCH] Instruct Linguist to exclude files under `.github/` from language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f3f9002f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.github/actions/copy-release-to-another-repo/lib/* linguist-generated