mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
3bc7dce405
commit
dad461cd0f
|
@ -1,6 +1,14 @@
|
||||||
*.db3
|
*.db3
|
||||||
*.db3.*
|
*.db3.*
|
||||||
|
*.sql
|
||||||
|
*.sql.gz
|
||||||
tmp
|
tmp
|
||||||
layers
|
layers
|
||||||
|
tests
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.dockerignore
|
||||||
|
Dockerfile
|
||||||
|
Dockerfile.web
|
||||||
|
docker-compose.yml
|
||||||
|
dockersetup.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user