From 8951ad7bb1fdc0232c56d31a6be7ef7486a8a43e Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 13 Sep 2025 17:32:23 -0500 Subject: [PATCH] try gitattributes again --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 67c75434..e960a2cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -**/*.spec -linguist-detectable linguist-language=Text +**/*.spec linguist-language=Text src/fileio/gzstream/** linguist-vendored src/fileio/xml-parser/** linguist-vendored src/fileio/xml-parser/tinyprint.* -linguist-vendored -*.exs -linguist-detectable linguist-language=Scenario -*.boes -linguist-detectable linguist-language=Scenario -*.SAV -linguist-detectable linguist-language=Party -*.exg -linguist-detectable linguist-language=Party \ No newline at end of file +*.exs linguist-language=Scenario +*.boes linguist-language=Scenario +*.SAV linguist-language=Party +*.exg linguist-language=Party \ No newline at end of file