mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 17:45:12 +02:00
🙈(docker) ignore **/.venv files
Since we migrated to uv, the venv folder does not live anymore at the project root but inside the src/backend directory. Add a rule in the .dockerignore to ignore it.
This commit is contained in:
@@ -5,6 +5,8 @@ __pycache__
|
||||
**/*.pyc
|
||||
venv
|
||||
.venv
|
||||
**/.venv
|
||||
**/venv
|
||||
|
||||
# System-specific files
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user