35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
# dependencies and local caches
|
|
/node_modules
|
|
/.npm-cache/
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# tests and builds
|
|
/coverage
|
|
/.next/
|
|
/.vinext/
|
|
/out/
|
|
/dist/
|
|
/.wrangler/
|
|
/outputs/
|
|
/work/
|
|
*.tsbuildinfo
|
|
|
|
# local files
|
|
.DS_Store
|
|
*.pem
|
|
*.starter
|
|
*.pre-tsbuild
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.env*
|
|
.vercel
|
|
next-env.d.ts
|