DomGarguilo commented on code in PR #422:
URL: https://github.com/apache/accumulo-website/pull/422#discussion_r1575247686


##########
_config.yml:
##########
@@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "url:"
   The Apache Accumuloâ„¢ sorted, distributed key/value store is a robust, 
scalable,
   high performance data storage and retrieval system.
 url: "https://accumulo.apache.org"; # the base hostname & protocol for your site
-exclude: [vendor]
+exclude: [/vendor, /.idea, /.git, /.github, /_site, /.sass-cache, 
/.jekyll-cache/, /.jekyll-metadata, /*.iml, /.bundle/, Dockerfile]

Review Comment:
   > it also says dotfiles are excluded by default, but I don't see that 
specified in the docs for `exclude`, so it's probably out of date.
   
   The main reason I started adding to this feild was because I saw things get 
re-rendered when my `.idea` file changed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to