tpmjs/.gitignore
Ajax Davis b0375057ca feat(web): add comprehensive tool detail pages and API routes
- Add /api/tools/[slug] endpoint to fetch individual tool by package name
- Create dynamic /tool/[slug] detail pages with complete tool information
- Display installation commands, usage examples, parameters, and stats
- Add breadcrumb navigation and links between search and detail pages
- Update tool search page to link to detail pages
- Show AI agent integration info, frameworks, tags, and quality scores

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 04:45:35 +10:00

45 lines
386 B
Text

# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
.nyc_output
# next.js
.next/
out/
build
dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
.env*.local
.env
# turbo
.turbo
# typescript
*.tsbuildinfo
# ide
.idea
# storybook
storybook-static
# changesets
.changeset/*.md
!.changeset/README.md
.vercel