feat: add dockerignore items

This commit is contained in:
takatost 2024-09-29 20:16:21 +08:00
parent a57f60a6e0
commit 7c83d5ce76

View File

@ -1,7 +1,10 @@
.env
*.env.*
storage/generate_files/*
storage/privkeys/*
storage/tools/*
storage/upload_files/*
# Logs
logs
@ -9,6 +12,8 @@ logs
# jetbrains
.idea
.mypy_cache
.ruff_cache
# venv
.venv