managarten/services/mana-crawler/.gitignore
Till-JS 4a3295d1d0 feat(mana-crawler): add web crawler service
NestJS-based web crawler service for structured content extraction.

Features:
- Depth-controlled crawling with URL pattern filtering
- robots.txt compliance
- HTML/PDF/Markdown content extraction
- BullMQ job queue for async processing
- Redis caching layer
- Prometheus metrics
2026-01-29 22:00:36 +01:00

20 lines
141 B
Text

# Dependencies
node_modules
# Build
dist
# Environment
.env
.env.local
# IDE
.idea
.vscode
# Debug
*.log
npm-debug.log*
# Test
coverage