From 57cd2374e5a500f75a9dcd9dd6f0065c5085a010 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 12 Sep 2025 19:38:12 -0500 Subject: [PATCH] add gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e5dd215 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.exs -linguist-detectable -linguist-language=Scenario +*.EXS -linguist-detectable -linguist-language=Scenario \ No newline at end of file