From 8b9d5e48d6f5870af397c62e43369b6d090a947c Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 11 Oct 2024 15:11:36 -0500 Subject: [PATCH] Add .gitattributes for lingust statistics --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..136a3ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +dot_*rc linguist-language=sh +dot_profile linguist-language=sh +*.sh.tmpl linguist-language=sh +*.md linguist-detectable +dot_gitconfig linguist-language=toml linguist-detectable +*.toml linguist-detectable +*.toml.tmpl linguist-language=toml linguist-detectable +*.cfg.tmpl linguist-language=ini linguist-detectable \ No newline at end of file