You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
603 B
63 lines
603 B
# 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*
|
|
|
|
# env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# renders
|
|
renders/
|
|
|
|
# logs
|
|
logs/*.json
|
|
|
|
# .claude
|
|
.claude/
|
|
|
|
# planning docs
|
|
.planning/
|
|
|
|
# agents
|
|
.agents/
|
|
|
|
.superset/
|
|
|
|
# temp files
|
|
.chrome-tmp*
|
|
.edge-tmp-prd/
|
|
dev-server.log
|
|
dev-server.err.log
|
|
prd-*.png
|
|
prd-extract/
|
|
prd-image-workflow.md
|
|
test-shot.png
|
|
NODE_INTERACTION_ENHANCEMENT_IMPLEMENTATION.md
|