mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
9 lines
149 B
Go
9 lines
149 B
Go
package fs
|
|
|
|
const (
|
|
PPIgnoreFilename = ".ppignore"
|
|
PPIgnoreAll = "*"
|
|
PPStorageFilename = ".ppstorage"
|
|
PPHiddenPathname = ".photoprism"
|
|
)
|