| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # dependencies
- /node_modules
- /.pnp
- .pnp.js
- # testing
- /coverage
- # next.js
- /.next/
- /out/
- out.zip
- # production
- /build
- # misc
- .DS_Store
- *.pem
- # debug
- npm-debug.log*
- .pnpm-debug.log*
- # local env files
- .env*.local
- # vercel
- .vercel
- # typescript
- *.tsbuildinfo
- next-env.d.ts
- dev
- .vscode
- .idea
- # docker-compose env files
- .env
- *.key
- *.key.pub
- masks.json
- # mcp config
- app/mcp/mcp_config.json
- # cursor
- .cursor/
- .history/
|