mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-02 22:57:00 +00:00
59 lines
627 B
Plaintext
59 lines
627 B
Plaintext
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
.next
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# tests
|
|
/apps/web/tests
|
|
/apps/web/test-results/
|
|
/apps/web/blob-report/
|
|
/apps/web/playwright-report/
|
|
/apps/web/playwright/.cache/
|
|
/apps/web/playwright/.auth/
|
|
|
|
# docker
|
|
pgdata
|
|
certificates
|
|
|
|
# generated files and folders
|
|
/data
|
|
/data.ms
|
|
meilisearch
|
|
meili_data
|
|
.idea
|
|
prisma/dev.db
|
|
.turbo
|
|
|
|
service-account-file.json |