feat: add dockerignore items
This commit is contained in:
parent
a57f60a6e0
commit
7c83d5ce76
@ -1,7 +1,10 @@
|
|||||||
.env
|
.env
|
||||||
*.env.*
|
*.env.*
|
||||||
|
|
||||||
|
storage/generate_files/*
|
||||||
storage/privkeys/*
|
storage/privkeys/*
|
||||||
|
storage/tools/*
|
||||||
|
storage/upload_files/*
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
@ -9,6 +12,8 @@ logs
|
|||||||
|
|
||||||
# jetbrains
|
# jetbrains
|
||||||
.idea
|
.idea
|
||||||
|
.mypy_cache
|
||||||
|
.ruff_cache
|
||||||
|
|
||||||
# venv
|
# venv
|
||||||
.venv
|
.venv
|
Loading…
Reference in New Issue
Block a user