mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
ed4358741e
* feat: re-add open graph tags for public share links * fix: undefined in html * chore: tests
47 lines
473 B
Plaintext
47 lines
473 B
Plaintext
# compiled output
|
|
/dist
|
|
/node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
www/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Tests
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
.env
|
|
dist/
|
|
upload/
|
|
tmp/
|
|
core
|
|
.reverse-geocoding-dump/
|
|
|
|
**/node_modules/**
|