mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-07-15 05:27:06 +00:00
Initial commit.
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user