2018-09-14 12:44:15 +02:00
|
|
|
# Application files and directories
|
|
|
|
/photoprism
|
2018-11-17 06:21:39 +01:00
|
|
|
/assets/photos/originals/*
|
|
|
|
/assets/photos/import/*
|
|
|
|
/assets/photos/export/*
|
2019-06-05 18:25:20 +02:00
|
|
|
/assets/resources/database/*
|
|
|
|
!/assets/resources/database/.gitignore
|
2019-05-07 16:16:39 +02:00
|
|
|
/node_modules
|
2019-05-09 06:18:22 +02:00
|
|
|
/frontend/.eslintcache
|
2018-11-17 06:21:39 +01:00
|
|
|
/frontend/node_modules/*
|
2019-05-20 20:06:26 +02:00
|
|
|
/frontend/tests/*.html
|
|
|
|
/frontend/tests/*.log
|
|
|
|
/frontend/tests/screenshots
|
2018-11-17 06:21:39 +01:00
|
|
|
/assets/testdata
|
2019-05-04 00:53:02 +02:00
|
|
|
/assets/backups
|
2019-06-05 18:25:20 +02:00
|
|
|
/assets/resources/nasnet
|
2019-12-14 15:41:37 +01:00
|
|
|
/assets/resources/nsfw
|
2019-12-20 23:05:44 +01:00
|
|
|
/package-lock.json
|
2018-09-14 12:44:15 +02:00
|
|
|
*.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
|
2018-11-06 15:33:23 +01:00
|
|
|
/coverage.*
|
2018-01-27 13:00:15 +01:00
|
|
|
|
|
|
|
# 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
|
2019-04-30 13:17:01 +02:00
|
|
|
.tmp
|
2019-05-20 18:51:59 +02:00
|
|
|
|
2019-07-24 10:06:13 +02:00
|
|
|
#Karma Coverage Report
|
2019-12-14 15:41:37 +01:00
|
|
|
frontend/coverage/
|