From b5d3d032ebc6b716f6a8788535adc32805d99711 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 26 Jun 2019 15:39:13 -0700 Subject: Rework the docs.rb script as a Rake task Signed-off-by: Tim Smith --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d88442ba7c..179f62af56 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ chef-config/pkg chef-bin/.bundle chef-bin/Gemfile.lock chef-bin/pkg + +# auto generated docs from the docs.rb rake task +docs_site -- cgit v1.2.1