Open-source marketplace for AI Agent skills. Features: - Next.js 15 web app with i18n (en/fa) - CLI tool for skill installation (npx skillhub) - GitHub crawler/indexer with multi-strategy discovery - Security scanning for all indexed skills - Self-hostable with Docker Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
244 B
Plaintext
29 lines
244 B
Plaintext
# Dependencies - let Docker rebuild these
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Build outputs
|
|
.next
|
|
**/.next
|
|
dist
|
|
**/dist
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Misc
|
|
*.log
|
|
.env.local
|
|
.env.*.local
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Turbo
|
|
.turbo
|
|
**/.turbo
|