From f5a837cd0b2f90d8bbd0615b1263ab45a52e3125 Mon Sep 17 00:00:00 2001 From: aleandro Date: Tue, 30 Jun 2026 22:43:36 +0200 Subject: [PATCH] chore: exclude HTML, JS and CSS from language detection --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4fa47c9..857bc11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ -deliverables/JAR/** filter=lfs diff=lfs merge=lfs -text -* !text !filter !merge !diff -# Escludi JavaDoc dal rilevamento linguaggi +# Escludi JavaDoc e asset dal rilevamento linguaggi docs/** linguist-generated=true target/** linguist-generated=true **/javadoc/** linguist-generated=true **/*.html linguist-documentation=true +**/*.js linguist-documentation=true +**/*.css linguist-documentation=true