mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
19 lines
207 B
Plaintext
19 lines
207 B
Plaintext
|
.DS_Store
|
||
|
node_modules
|
||
|
/build
|
||
|
/package
|
||
|
.env
|
||
|
.env.*
|
||
|
!.env.example
|
||
|
src/api/open-api
|
||
|
*.md
|
||
|
*.json
|
||
|
coverage
|
||
|
dist
|
||
|
**/migrations/**
|
||
|
|
||
|
# Ignore files for PNPM, NPM and YARN
|
||
|
pnpm-lock.yaml
|
||
|
package-lock.json
|
||
|
yarn.lock
|