dockerignore: add docker files and tests

These files shouldn't be copied into containers, so add them to
the .dockerignore file.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-12-21 11:54:17 +13:00
parent 3bc7dce405
commit dad461cd0f

View File

@ -1,6 +1,14 @@
*.db3
*.db3.*
*.sql
*.sql.gz
tmp
layers
tests
__pycache__
*.pyc
.dockerignore
Dockerfile
Dockerfile.web
docker-compose.yml
dockersetup.py