31 lines
490 B
Plaintext
31 lines
490 B
Plaintext
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.source
|
|
|
|
# test & build
|
|
/coverage
|
|
/.next/
|
|
/out/
|
|
/build
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/.pnp
|
|
.pnp.js
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# others
|
|
.env*.local
|
|
.vercel
|
|
next-env.d.ts
|
|
|
|
# generated by scripts/generate-contributors.mjs — the manifest itself
|
|
# IS committed (builds depend on it), but the SHA→author cache is
|
|
# machine-specific and can always be re-derived from the GitHub API.
|
|
/lib/generated/.contributors-cache.json |