394a0480d0
- Remove backend coverage text files (detailed_coverage.txt, dns_handler_coverage.txt, etc.) - Remove frontend test artifacts (coverage-summary.json, test_output.txt) - Remove backend test-results metadata - Total space saved: ~460MB from working directory All these files are properly gitignored and will be regenerated by CI/CD
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...