layerindex-web/.dockerignore
Paul Eggleton dad461cd0f 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>
2019-07-17 11:30:56 +12:00

15 lines
138 B
Plaintext

*.db3
*.db3.*
*.sql
*.sql.gz
tmp
layers
tests
__pycache__
*.pyc
.dockerignore
Dockerfile
Dockerfile.web
docker-compose.yml
dockersetup.py