mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Dev: Update .gitignore and .dockerignore files
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
aaf222e29b
commit
cdbd6a9fb6
4 changed files with 7 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ ehthumbs.db
|
|||
Thumbs.db
|
||||
.heartbeat
|
||||
.idea
|
||||
.codex
|
||||
*~
|
||||
.goutputstream*
|
||||
.c9revisions
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -72,6 +72,7 @@ Thumbs.db
|
|||
.heartbeat
|
||||
.glide
|
||||
.idea
|
||||
.codex
|
||||
.project
|
||||
.vscode
|
||||
*.tmproj
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ tests/acceptance/screenshots/
|
|||
tests/upload-files/
|
||||
*.html
|
||||
.idea
|
||||
.codex
|
||||
.github
|
||||
.tmp
|
||||
.local
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ export default defineConfig([
|
|||
"tests/upload-files/",
|
||||
"**/*.html",
|
||||
"**/.idea",
|
||||
"**/.codex",
|
||||
"**/.gocache",
|
||||
"**/.env",
|
||||
"**/.venv",
|
||||
"**/.github",
|
||||
"**/.tmp",
|
||||
"**/.local",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue