Initial commit: Caddy MCP Server
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
# Compiled binaries
|
||||
caddy-mcp
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
bin/
|
||||
release/
|
||||
|
||||
# Go specific
|
||||
*.o
|
||||
*.a
|
||||
*.log
|
||||
vendor/
|
||||
Godeps/
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Test artifacts
|
||||
*.tmp
|
||||
tmp/
|
||||
temp/
|
||||
coverage.out
|
||||
coverage.html
|
||||
*.cover
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.env
|
||||
|
||||
# Debug
|
||||
debug/
|
||||
__debug_bin
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
.sisyphus/
|
||||
Reference in New Issue
Block a user