This is an automated email from the ASF dual-hosted git repository.

emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new f64703450 Rat-ignore user-settings for hugo-run-in-docker (#2376)
f64703450 is described below

commit f6470345019b3e3f9b628906a6b1dbda5ea8a5e9
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Mon Aug 18 22:55:25 2025 +0200

    Rat-ignore user-settings for hugo-run-in-docker (#2376)
---
 build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index 770eece95..4d52ad6da 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -104,6 +104,7 @@ tasks.named<RatTask>("rat").configure {
 
   // Web site
   excludes.add("**/go.sum")
+  excludes.add("site/.user-settings")
   excludes.add("site/node_modules/**")
   excludes.add("site/layouts/robots.txt")
   // Ignore generated stuff, when the Hugo is run w/o Docker

Reply via email to