From e5e6c38926d6c686738bc2ec9c38efad67cd3e5a Mon Sep 17 00:00:00 2001 From: Belim Date: Mon, 13 May 2024 15:15:11 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index af9e73c..cf1acc2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ *.html linguist-detectable=true *.xml linguist-detectable=true *.json linguist-detectable=true -*.cs linguist-detectable=true +*.cs linguist-detectable=true +*.ps1 linguist-detectable=false