From 676c7c192f973af05b8f166c726a9fe19ee928cc Mon Sep 17 00:00:00 2001 From: aleandro Date: Tue, 30 Jun 2026 22:42:23 +0200 Subject: [PATCH] chore: exclude javadoc HTML from language detection --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 147c09d..4fa47c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ deliverables/JAR/** filter=lfs diff=lfs merge=lfs -text * !text !filter !merge !diff +# Escludi JavaDoc dal rilevamento linguaggi +docs/** linguist-generated=true +target/** linguist-generated=true +**/javadoc/** linguist-generated=true +**/*.html linguist-documentation=true