We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc23a1c commit f647034Copy full SHA for f647034
build.gradle.kts
@@ -104,6 +104,7 @@ tasks.named<RatTask>("rat").configure {
104
105
// Web site
106
excludes.add("**/go.sum")
107
+ excludes.add("site/.user-settings")
108
excludes.add("site/node_modules/**")
109
excludes.add("site/layouts/robots.txt")
110
// Ignore generated stuff, when the Hugo is run w/o Docker
0 commit comments