From 46ba470034db1487ccf0d47cb7dd73cfcf415124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kili=C3=A7=20Ilkan=20Fabrice?= Date: Thu, 17 Aug 2023 10:56:06 +0200 Subject: [PATCH] exclude .jinja files in luigist detection --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4d9c422b..9c4728ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.asc linguist-detectable=false -*.mod linguist-detectable=false \ No newline at end of file +*.mod linguist-detectable=false +*.jinja linguist-detectable=false +*.jinja2 linguist-detectable=false \ No newline at end of file