From 22f22c9f053bbb4639ae4c1f902fe388cb397099 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sat, 10 Aug 2024 11:55:12 +0200 Subject: [PATCH] Disable Github linguist support for CSS --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 21de586..15f8396 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ mvnw text eol=lf *.java text eol=lf +*.css linguist-generated=true