From 14165eee6f1d98d40a53b40a7202d8358dd1fc61 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 18 May 2026 14:30:15 +0200 Subject: [PATCH] chore(rat): excludes Markdown files in docs/ folder --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c490035687..5f74274457 100644 --- a/pom.xml +++ b/pom.xml @@ -298,6 +298,7 @@ SECURITY.md AGENTS.md **/README.md + docs/**/*.md src/main/resources/*-LICENSE.txt src/site/resources/tags/**/*.html src/test/resources/**/*.txt