mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 03:46:43 +02:00
62 lines
682 B
Plaintext
62 lines
682 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# npm/yarn lock files (project uses pnpm only)
|
|
**/package-lock.json
|
|
**/yarn.lock
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
/dist/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
**/*.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# nodecar
|
|
**/dist
|
|
**/node_modules
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
!**/.gitkeep
|
|
|
|
# nodecar
|
|
nodecar/nodecar-bin
|
|
|
|
# sync test harness cache
|
|
.cache/
|
|
|
|
# env
|
|
.env
|
|
|
|
# next
|
|
**/next-env.d.ts
|