Add a .dockerignore file

This commit is contained in:
kirby@puppetlabs.com 2020-03-11 17:45:32 -07:00
parent d653ce482e
commit 329c24676e

13
.dockerignore Normal file
View file

@ -0,0 +1,13 @@
**/*.yml
**/*.yaml
**/*.md
**/*example
**/Dockerfile*
Gemfile.lock
Rakefile
Vagrantfile
coverage
docs
examples
scripts
vendor