From 0f67ec2e4fec30fad209fae20ace97ea7f9d4eea Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Fri, 27 Sep 2024 00:50:51 +0100 Subject: [PATCH] highlight the gitattributes mustache template --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2cef6a1c6a4b..b638dab75f41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ **/*.mustache linguist-vendored=true * text=auto eol=lf -.gitattributes.mustache linguist-language=gitattributes \ No newline at end of file +modules/openapi-generator/src/main/resources/typescript/.gitattributes.mustache linguist-language=gitattributes \ No newline at end of file