From ec9afb2ca7954ac96a5c3aaf35f918e6fa0f1b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Mino?= Date: Thu, 2 May 2024 11:39:35 +0200 Subject: [PATCH] Declare feature (cucumber) files in gitattributes --- .gitattributes | 1 + src/main/resources/generator/init/gitattributes | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c8a13d508da..2bc6b195437 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ *.cql text *.df text *.ejs text +*.feature text *.html text *.java text *.js text diff --git a/src/main/resources/generator/init/gitattributes b/src/main/resources/generator/init/gitattributes index aece5a6ad88..a425fdc2771 100644 --- a/src/main/resources/generator/init/gitattributes +++ b/src/main/resources/generator/init/gitattributes @@ -14,6 +14,7 @@ *.cql text *.df text *.ejs text +*.feature text *.html text *.java text *.js text