diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2025-10-13 09:46:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 09:46:57 -0400 |
| commit | 1612897142120c6aa61918d4095fb5c69a20eea3 (patch) | |
| tree | e6b4ce0fdde91ac10461f2592959cfdd130b877b /.dockerignore | |
| parent | 3640cc55b5e57179f5c740b527ab9acf50b1cb5d (diff) | |
Streamlined and added CI steps for docker compose (#2207)
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..81df2303 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,16 @@ +# Copied from .gitignore +__pycache__ +data +*.pyc +*.db +locale/*/LC_MESSAGES/django.mo +*/locale/*/LC_MESSAGES/django.mo +.sass-cache/ +.coverage +.direnv +.envrc +djangoproject/cache +djangoproject/static/css/*.map +djangoproject/static/css/*.css +# Additional ignores for Docker +.git/ |
