From 6061bae125cca2854f183cf5bfde12cd247105a9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 11 May 2023 00:48:48 +0200 Subject: [PATCH] chore: add orgmode to detectable languages by GitHub --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cfc821 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.org linguist-detectable=true