From f9e7fcbc563bd9bacbf972c117091d9fd8ec240b Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Sat, 10 Mar 2018 00:14:05 +0100 Subject: [PATCH] Fix repo showing up as NSIS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f632fc554 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.nsh linguist-detectable=false +*.nsi linguist-detectable=false