Add development dirs/files to .dockerignore
Co-Authored-By: Thor77 <thor77@thor77.org>
This commit is contained in:
parent
6633774342
commit
277c362d15
|
|
@ -1 +1,11 @@
|
||||||
.git
|
.git
|
||||||
|
test/**
|
||||||
|
spec/**
|
||||||
|
tmp/**
|
||||||
|
.gitignore
|
||||||
|
.hound.yml
|
||||||
|
.rspec
|
||||||
|
.rubocop.yml
|
||||||
|
.travis-yml
|
||||||
|
docker-compose.yml
|
||||||
|
README.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue