2018-09-14 10:44:15 +00:00
|
|
|
# Application files and directories
|
|
|
|
/photoprism
|
2022-09-02 09:28:09 +00:00
|
|
|
/photoprism-*
|
2020-05-31 00:09:52 +00:00
|
|
|
/photos/originals/*
|
|
|
|
/photos/import/*
|
|
|
|
/storage/*
|
2022-02-19 14:32:52 +00:00
|
|
|
/build/*
|
2019-05-07 14:16:39 +00:00
|
|
|
/node_modules
|
2022-07-10 22:35:58 +00:00
|
|
|
/pro
|
2023-02-01 15:06:40 +00:00
|
|
|
/plus
|
2019-05-09 04:18:22 +00:00
|
|
|
/frontend/.eslintcache
|
2018-11-17 05:21:39 +00:00
|
|
|
/frontend/node_modules/*
|
2019-05-20 18:06:26 +00:00
|
|
|
/frontend/tests/*.html
|
|
|
|
/frontend/tests/*.log
|
|
|
|
/frontend/tests/screenshots
|
2022-05-28 19:52:01 +00:00
|
|
|
/frontend/src/locales/*.mo
|
2021-07-16 10:16:56 +00:00
|
|
|
/assets/facenet
|
2020-05-31 00:09:52 +00:00
|
|
|
/assets/nasnet
|
|
|
|
/assets/nsfw
|
2021-01-15 15:41:58 +00:00
|
|
|
/assets/static/build/
|
2019-12-20 22:05:44 +00:00
|
|
|
/package-lock.json
|
2020-06-16 08:39:00 +00:00
|
|
|
/frontend/tests_output
|
2022-10-19 03:11:16 +00:00
|
|
|
/tmp/
|
2018-09-14 10:44:15 +00:00
|
|
|
*.log
|
2022-07-12 11:37:08 +00:00
|
|
|
*.pid
|
2020-05-30 12:52:47 +00:00
|
|
|
*.db
|
|
|
|
*.db-journal
|
2020-10-04 09:23:01 +00:00
|
|
|
docker-compose.override.yml
|
2021-10-21 13:16:02 +00:00
|
|
|
docker-compose.tmp.yml
|
2018-09-14 10:44:15 +00:00
|
|
|
|
2018-01-27 12:00:15 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2018-02-28 07:47:50 +00:00
|
|
|
/*.zip
|
2018-01-27 12:00:15 +00:00
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2018-11-06 14:33:23 +00:00
|
|
|
/coverage.*
|
2018-01-27 12:00:15 +00:00
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2018-02-04 16:34:07 +00:00
|
|
|
|
|
|
|
# Generated files
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
|
|
|
Thumbs.db
|
|
|
|
.heartbeat
|
|
|
|
.idea
|
|
|
|
*~
|
|
|
|
.goutputstream*
|
|
|
|
.c9revisions
|
|
|
|
.settings
|
|
|
|
.swp
|
2019-04-30 11:17:01 +00:00
|
|
|
.tmp
|
2021-07-25 21:48:01 +00:00
|
|
|
.env
|
2019-05-20 16:51:59 +00:00
|
|
|
|
2019-07-24 08:06:13 +00:00
|
|
|
#Karma Coverage Report
|
2019-12-14 14:41:37 +00:00
|
|
|
frontend/coverage/
|