From 1a3a1d0791300770e89ebee076e746470f8d75b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Thu, 4 Feb 2021 22:19:20 +0100 Subject: [PATCH] Upload .gitattributes Exclude libs from being scanned by language stats. Otherwise project is incorrectly detected as an app written in C. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..51cb6ab0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +lib/* linguist-vendored