From f5f8081ef4a718fd50477f65e532dfbbe8205886 Mon Sep 17 00:00:00 2001 From: elvis Date: Fri, 11 Oct 2024 18:39:07 +0200 Subject: [PATCH] Fixing language statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9a3efd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.ml linguist-language=OCaml +*.mli linguist-language=OCaml