mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-04 20:54:47 +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.*
|
||||
*.sql
|
||||
*.sql.gz
|
||||
tmp
|
||||
layers
|
||||
tests
|
||||
__pycache__
|
||||
*.pyc
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
Dockerfile.web
|
||||
docker-compose.yml
|
||||
dockersetup.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user