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