Files
photoview/.gitignore
viktorstrate 41b122c461 Start on sqlite support
- TODO: Sqlite doesn't support MD5, all calls to this function should be done
  beforehand.
2021-01-10 18:59:01 +01:00

39 lines
429 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
cache/
photo_cache/
/photos_path
photoview.db
.env
# docker
docker-compose.yml
# dependencies
node_modules/
# testing
/coverage
# building
.cache/
dist/
build/
# 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
# vscode
__debug_bin
.idea