This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch xiangfu0-patch-1 in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 956f5aae55efef2c60bab2b46380326c8344b15f Author: Xiang Fu <[email protected]> AuthorDate: Mon Feb 2 13:32:40 2026 -0800 Add genai related files to ignore for apache-rat-plugin --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index aeea47035ef..e65099588b5 100644 --- a/pom.xml +++ b/pom.xml @@ -2831,6 +2831,13 @@ <exclude>**/.classpath</exclude> <exclude>.externalToolBuilders/**</exclude> + <!-- GenAI Config files --> + <exclude>.codex/**</exclude> + <exclude>.continue/**</exclude> + <exclude>.copilot/**</exclude> + <exclude>.openai/**</exclude> + <exclude>.ollama/**</exclude> + <!-- Docker and Kubernetes (not part of the distribution) --> <exclude>helm/**</exclude> <exclude>docker/**</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
