diff options
| author | Fuwn <[email protected]> | 2023-07-24 22:47:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-24 22:47:14 -0700 |
| commit | 5846c0ea72df7012e3d0d07ace9c319b7a5caa23 (patch) | |
| tree | 44d881981dc8af6daa8018341d595d82c70f1c8e /.dockerignore | |
| parent | fix(html): replace icon (diff) | |
| download | old.due.moe-5846c0ea72df7012e3d0d07ace9c319b7a5caa23.tar.xz old.due.moe-5846c0ea72df7012e3d0d07ace9c319b7a5caa23.zip | |
ci(docker): docker support
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..438992a --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +# Python +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# venv +.venv + +# Development +.env |