diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-26 15:39:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-26 15:39:13 -0700 |
commit | b5d3d032ebc6b716f6a8788535adc32805d99711 (patch) | |
tree | 7d39e3bbce45495685c44a3832469edb0077a93d /.gitignore | |
parent | 7258235b6e08f6b18aca3418da3ad6faabe4bb42 (diff) | |
download | chef-b5d3d032ebc6b716f6a8788535adc32805d99711.tar.gz |
Rework the docs.rb script as a Rake task
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |