mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #363 from mattkirby/dockerignore
Add a .dockerignore file
This commit is contained in:
commit
4cfa8732fb
1 changed files with 13 additions and 0 deletions
13
.dockerignore
Normal file
13
.dockerignore
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
**/*.yml
|
||||||
|
**/*.yaml
|
||||||
|
**/*.md
|
||||||
|
**/*example
|
||||||
|
**/Dockerfile*
|
||||||
|
Gemfile.lock
|
||||||
|
Rakefile
|
||||||
|
Vagrantfile
|
||||||
|
coverage
|
||||||
|
docs
|
||||||
|
examples
|
||||||
|
scripts
|
||||||
|
vendor
|
||||||
Loading…
Add table
Add a link
Reference in a new issue