diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 3aeb85cc..4e0990a5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,14 @@ +/pkg/ +/src/ +/site/ +/build/ +/dist/ +/kvmd.egg-info/ /testenv/.tox/ /testenv/.mypy_cache/ /.git/ +/v*.tar.gz +/*.pkg.tar.xz +/*.egg-info +/*kvmd-*.tar.gz + |