From 2cd29aa8588767efc8ac3607ad8c2f10176e99e7 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..6105c25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.lagda.md linguist-language=Agda +*.lagda.md linguist-detectable=true + +*.css linguist-detectable=false