fix: exclude only backend lib folders in dockerignore

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-08 21:07:05 -08:00
parent 5b0d2f82e6
commit 32dd3732e3

View file

@ -37,8 +37,9 @@ LICENSE
**/downloads/
**/eggs/
**/.eggs/
**/lib/
**/lib64/
# Python venv lib folders (but not frontend lib folders)
surfsense_backend/lib/
surfsense_backend/lib64/
**/parts/
**/sdist/
**/var/