mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
5aee5c0fb8
* File size localisation * Localisation for sidebar tooltips * Localisation for active/waiting jobs * Localisation for selected item counts * Prettier * Ignore Jest coverage directory for Prettier
18 lines
199 B
Plaintext
18 lines
199 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
/coverage
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
src/api/open-api
|
|
*.md
|
|
*.json
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|