mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 18:21:32 +00:00
a93e9f677c
Trim V2 roadmap to free-tier features only (GUI operations, CLI, notifiers, Prometheus metrics, OCSP, MCP server, filesystem discovery). Move enterprise features to V3 with deliberately vague descriptions. Remove specific version references for F5/IIS implementations and SSE/WebSocket from docs. Add roadmap.md to gitignore for private strategy tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
66 lines
691 B
Plaintext
66 lines
691 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
bin/
|
|
|
|
# Frontend
|
|
web/node_modules/
|
|
web/dist/
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
*.iml
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.log
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite3
|
|
|
|
# Allow migration SQL files (don't ignore *.sql globally)
|
|
# SQL files in migrations/ are tracked
|
|
|
|
# Build artifacts
|
|
certctl-server
|
|
certctl-agent
|
|
/server
|
|
/agent
|
|
|
|
# Private strategy docs
|
|
roadmap.md
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|