From 4d8826011d8e4780df39c635a277b9256d91cfb4 Mon Sep 17 00:00:00 2001 From: huskeee Date: Tue, 23 Jun 2020 07:24:06 +0300 Subject: [PATCH] Changed .gitattributes to show AHK as project lang --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..05a485e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Auto detect text files and perform LF normalization * text=auto +* linguist-vendored +*.ahk linguist-vendored=false \ No newline at end of file