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