mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Dev: Add ".local" to ignore files
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
acdf91d668
commit
55755f6ede
4 changed files with 4 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ Thumbs.db
|
|||
.heartbeat
|
||||
.idea
|
||||
.codex
|
||||
.local
|
||||
*~
|
||||
.goutputstream*
|
||||
.c9revisions
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -73,6 +73,7 @@ Thumbs.db
|
|||
.glide
|
||||
.idea
|
||||
.codex
|
||||
.local
|
||||
.project
|
||||
.vscode
|
||||
*.tmproj
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ tests/upload-files/
|
|||
.tmp
|
||||
.local
|
||||
.cache
|
||||
.gocache
|
||||
.var
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@ export default defineConfig([
|
|||
"**/*.html",
|
||||
"**/.idea",
|
||||
"**/.codex",
|
||||
"**/.gocache",
|
||||
"**/.env",
|
||||
"**/.venv",
|
||||
"**/.github",
|
||||
"**/.tmp",
|
||||
"**/.local",
|
||||
"**/.cache",
|
||||
"**/.gocache",
|
||||
"**/.var",
|
||||
]),
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue