Ignore coverage and docker folder in docker build

This commit is contained in:
Daniel Schädler 2019-06-20 19:56:20 +02:00
parent d209d02238
commit ed9f89c1ec
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.git .git
tmp/** tmp/**
coverage/**
docker/**
.gitignore .gitignore
.hound.yml .hound.yml
.rspec .rspec