From 00f9a0dc9140a780316e1981a00e3ccd150a783a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Feb 2024 10:59:04 -0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 97ba72e..62c526d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.c linguist-detectable=true *.cmake linguist-detectable=false *.txt linguist-detectable=false +*.ps1 linguist-detectable=false