Dev: Update .gitignore and .dockerignore files

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-09-12 11:16:35 +02:00
parent aaf222e29b
commit cdbd6a9fb6
4 changed files with 7 additions and 0 deletions

View file

@ -70,6 +70,7 @@ ehthumbs.db
Thumbs.db
.heartbeat
.idea
.codex
*~
.goutputstream*
.c9revisions

1
.gitignore vendored
View file

@ -72,6 +72,7 @@ Thumbs.db
.heartbeat
.glide
.idea
.codex
.project
.vscode
*.tmproj

View file

@ -5,6 +5,7 @@ tests/acceptance/screenshots/
tests/upload-files/
*.html
.idea
.codex
.github
.tmp
.local

View file

@ -22,6 +22,10 @@ export default defineConfig([
"tests/upload-files/",
"**/*.html",
"**/.idea",
"**/.codex",
"**/.gocache",
"**/.env",
"**/.venv",
"**/.github",
"**/.tmp",
"**/.local",