2018-09-14 12:44:15 +02:00
|
|
|
# Application files and directories
|
|
|
|
/photoprism
|
|
|
|
assets/photos/originals/*
|
|
|
|
assets/photos/import/*
|
|
|
|
assets/photos/export/*
|
|
|
|
frontend/node_modules/*
|
|
|
|
*.log
|
|
|
|
|
2018-01-27 13:00:15 +01:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2018-02-28 08:47:50 +01:00
|
|
|
/*.zip
|
2018-01-27 13:00:15 +01:00
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2018-02-04 17:34:07 +01:00
|
|
|
|
|
|
|
# Generated files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
.heartbeat
|
|
|
|
.idea
|
|
|
|
*~
|
|
|
|
.goutputstream*
|
|
|
|
.c9revisions
|
|
|
|
.settings
|
|
|
|
.swp
|
2018-09-14 12:44:15 +02:00
|
|
|
.tmp
|