From 5c723129b74f266c61c4038172b689f0a005fc4c Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Thu, 10 Oct 2024 08:32:04 +0200 Subject: [PATCH] Disable Github linguist support for the petclinic.css that has been generated from less --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 31f1bf50..56b1bf71 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ mvnw text eol=lf /gradlew text eol=lf *.bat text eol=crlf + +src/main/resources/static/resources/css/petclinic.css linguist-generated=true