Update .gitignore and .dockerignore files

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-27 10:41:20 +01:00
parent c31ee5af8a
commit 12e06fe7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ compose.*.yaml
__pycache__ __pycache__
venv venv
.venv .venv
.env .env*
.tmp .tmp
.nv .nv
.eslintcache .eslintcache

2
.gitignore vendored
View File

@@ -27,7 +27,7 @@
__pycache__ __pycache__
venv venv
.venv .venv
.env .env*
.tmp .tmp
.nv .nv
.eslintcache .eslintcache