46 lines
507 B
Plaintext
46 lines
507 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# env files — keep .env.example committed
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
.aider*
|
|
|
|
# editor / agent tooling
|
|
.claude/
|
|
.idea/
|
|
.zed/
|
|
|
|
# agent loop
|
|
agent_loop/
|
|
|
|
# agent loop generated output
|
|
logs/
|
|
runs/
|
|
|
|
# next.js build output (apps)
|
|
apps/web/.next/
|