Dev: Add ".local" to ignore files

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-09-12 13:10:07 +02:00
parent acdf91d668
commit 55755f6ede
4 changed files with 4 additions and 1 deletions

View file

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

1
.gitignore vendored
View file

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

View file

@ -10,4 +10,5 @@ tests/upload-files/
.tmp
.local
.cache
.gocache
.var

View file

@ -23,13 +23,13 @@ export default defineConfig([
"**/*.html",
"**/.idea",
"**/.codex",
"**/.gocache",
"**/.env",
"**/.venv",
"**/.github",
"**/.tmp",
"**/.local",
"**/.cache",
"**/.gocache",
"**/.var",
]),
{