mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Exclude docker files from docker images #39
This commit is contained in:
parent
a7eb7b81c3
commit
d7dd7c0d76
1 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,14 @@
|
|||
.*
|
||||
assets/photos/*
|
||||
assets/thumbnails/*
|
||||
internal/photoprism/testdata/*
|
||||
frontend/node_modules/*
|
||||
assets/public/build/*
|
||||
Dockerfile
|
||||
/docker
|
||||
/photoprism
|
||||
docker-compose*
|
||||
/coverage.*
|
||||
/coverage.*
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.idea
|
||||
.travis.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue