mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
fix: exclude only backend lib folders in dockerignore
This commit is contained in:
parent
5b0d2f82e6
commit
32dd3732e3
1 changed files with 3 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue