From 203f1eb53f0b0573863cc1e0186e2a3fb9220c80 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 29 Oct 2021 20:58:22 -0500 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c65c50f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +i18n/** linguist-detectable=true +data/** linguist-detectable=true