a5a538a67e
Signed-off-by: Michael Mayer <michael@photoprism.app>
24 lines
376 B
YAML
24 lines
376 B
YAML
version: 3
|
|
|
|
project:
|
|
name: "PhotoPrism"
|
|
id: "github.com/photoprism/photoprism"
|
|
url: "https://github.com/photoprism/photoprism"
|
|
link: "https://www.photoprism.app/"
|
|
|
|
revision:
|
|
branch: "develop"
|
|
|
|
paths:
|
|
exclude:
|
|
- ./.github
|
|
- ./assets
|
|
- ./build
|
|
- ./docker
|
|
- ./frontend/tests
|
|
- ./storage
|
|
- ./scripts
|
|
- ./test
|
|
|
|
telemetry:
|
|
scope: "off"
|