mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
API: Add GET /cluster/theme endpoint and refactor config package #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
68d387778e
commit
0d572032a9
28 changed files with 656 additions and 129 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Local build files and directories
|
||||
# Local build files and directories:
|
||||
/photos/*
|
||||
/frontend/node_modules/*
|
||||
/node_modules
|
||||
|
|
@ -16,32 +16,51 @@
|
|||
/build
|
||||
/photoprism
|
||||
/photoprism-*
|
||||
/coverage.*
|
||||
/frontend/tests/acceptance/screenshots
|
||||
/test/
|
||||
|
||||
# Custom config, database, log, and temporary files
|
||||
/tmp/
|
||||
.env
|
||||
# Docker configuration files:
|
||||
.dockerignore
|
||||
*.log
|
||||
*.jsonl
|
||||
*.db
|
||||
*.db-journal
|
||||
Dockerfile
|
||||
docker-compose*
|
||||
compose.yaml
|
||||
compose.*.yaml
|
||||
|
||||
# Customization, database, log, and temporary files:
|
||||
*.socket
|
||||
*.lock
|
||||
*.sock
|
||||
*.pid
|
||||
*.log
|
||||
*.jsonl
|
||||
*.db
|
||||
*.db-journal
|
||||
*.sqlite
|
||||
*.override.yml
|
||||
*.override.yaml
|
||||
*.tmp.yml
|
||||
*.override.yaml
|
||||
*.tmp.yaml
|
||||
*.out
|
||||
*.test
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.tmp
|
||||
*.img
|
||||
*.img.xz
|
||||
*.img.gz
|
||||
|
||||
# Automatically generated files, e.g. by editors and operating systems
|
||||
/*.zip
|
||||
/coverage.*
|
||||
__pycache__
|
||||
venv
|
||||
.venv
|
||||
.env
|
||||
.tmp
|
||||
.nv
|
||||
.eslintcache
|
||||
.gocache
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
|
|
@ -51,10 +70,10 @@ ehthumbs.db
|
|||
Thumbs.db
|
||||
.heartbeat
|
||||
.idea
|
||||
.glide
|
||||
*~
|
||||
.goutputstream*
|
||||
.c9revisions
|
||||
.settings
|
||||
.swp
|
||||
.tmp
|
||||
.glide
|
||||
/tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue