From 944df7d97f1a10ca6c55bf11b1a270794b8d3c3f Mon Sep 17 00:00:00 2001 From: Teoxoy <28601907+Teoxoy@users.noreply.github.com> Date: Wed, 17 Jun 2020 21:29:53 +0800 Subject: [PATCH] make linguist ignore lua test files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe2328 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/**/*.lua -linguist-detectable \ No newline at end of file