mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-07-01 03:24:39 +00:00
31 lines
251 B
Plaintext
31 lines
251 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
release/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Development
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
|
|
# Git
|
|
.git/
|
|
.github/
|
|
|
|
# Config
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Misc
|
|
*.ts
|
|
!*.d.ts
|
|
tsconfig.json
|
|
vitest.config.ts
|
|
.goreleaser.yaml
|