website/.dockerignore

7 lines
134 B
Text
Raw Permalink Normal View History

2025-01-30 15:12:50 +01:00
# Exclude the project virtual environment from image builds
.venv
# Don't add credentials and other local stuff
.env
media
db.sqlite3