From 00259a0e319ab15b0cf3fd8c29ae9f0544f4c260 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Mon, 22 Apr 2019 17:55:40 +0200 Subject: [PATCH] Add mappings for .po and .jinja files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b8339b2d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/locale/fr/LC_MESSAGES/django.po gitlab-language=python +*.jinja gitlab-language=jinja \ No newline at end of file