Files
photoview/.gitignore
Googol Lee 0da8bef69e Update log for passing attrs with context. (#1216)
* Update log for passing attrs with context.

* Check type-casting

* add tests.

* Use t.Cleanup() to restore the global value.

* Fix error.

* Update tests.

* Add comments.

* Remove cover.cov

* Update doc.

* Update git ignore.
2025-06-07 17:11:50 +02:00

51 lines
572 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
cache/
/media_cache/
/api/media_cache/
/photos_path
photoview.db*
.env
testing.env
# docker
docker-compose.yml
/Makefile
/storage
/database
/tmp
# dependencies
node_modules/
# testing
/ui/coverage
/api/coverage.txt
/api/test-*-report.xml
*.cov
# building
.cache/
dist/
build/
*.tsbuildinfo
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
yarn.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
# IDEs
.vscode
__debug_bin
.idea
.nvmrc