Files
photoview/.gitignore
2025-07-18 15:21:03 +02:00

51 lines
569 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*
/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