mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Update .dockerignore and .gitignore files
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
fba15ac860
commit
8caf4ba44e
2 changed files with 31 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# Local build files and directories
|
||||
/photos/*
|
||||
/frontend/node_modules/*
|
||||
/node_modules
|
||||
|
|
@ -12,14 +13,38 @@
|
|||
/photoprism-*
|
||||
/coverage.*
|
||||
/frontend/tests/acceptance/screenshots
|
||||
|
||||
# Custom config, database, log, and temporary files
|
||||
/tmp/
|
||||
.idea
|
||||
.DS_Store
|
||||
.env
|
||||
.dockerignore
|
||||
*.log
|
||||
*.jsonl
|
||||
*.db
|
||||
*.db-journal
|
||||
Dockerfile
|
||||
docker-compose*
|
||||
compose.yaml
|
||||
compose.*.yaml
|
||||
.dockerignore
|
||||
*.override.yml
|
||||
*.override.yaml
|
||||
*.tmp.yml
|
||||
*.tmp.yaml
|
||||
|
||||
# Automatically generated files, e.g. by editors and operating systems
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.heartbeat
|
||||
.idea
|
||||
.glide
|
||||
*~
|
||||
.goutputstream*
|
||||
.c9revisions
|
||||
.settings
|
||||
.swp
|
||||
.tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue