From e22ac428e2a2cf809a15134e456c894a04feac51 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Wed, 20 Mar 2024 15:47:37 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4794c3f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.lagda.md linguist-language=Literate Agda +*.lagda.md linguist-detectable=true + +*.css linguist-detectable=false