From 7fb99ff4f57b074391692c39477704da6852af71 Mon Sep 17 00:00:00 2001 From: thetek <80534748+thetek42@users.noreply.github.com> Date: Sat, 3 Apr 2021 15:42:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20.gitattibutes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit create .gitattributes so that compiled folders don't get analysed by the language checker --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b4b3dce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +ui/html/* linguist-vendored +ui/jhtml-compat/* linguist-vendored