From ba0321dfd84af5804f03ac3fcccc349dcec5345b Mon Sep 17 00:00:00 2001 From: Alice Boucher Date: Mon, 14 Jul 2025 13:56:42 +0000 Subject: [PATCH] prevent MPS files from being flagged as JetBrains --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..cd8f8830b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.mps linguist-detectable=false