cli/.gitignore
Snider bcbc25974e
All checks were successful
Security Scan / security (pull_request) Successful in 18s
fix(cli): resolve build errors and clean up stale API references
Remove orphaned daemon_cmd_test.go referencing undefined AddDaemonCommand/
DaemonCommandConfig symbols. Update docs to reflect current API types
(CommandSetup, core.Service). Restore .gitignore entries for dist/, .env,
and coverage artefacts. Extract appendLocales helper to deduplicate locale
registration. Fix test reset to clear registeredLocales for proper isolation.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 22:56:10 +00:00

28 lines
243 B
Text

.idea/
.vscode/
.DS_Store
*.log
.core/
# Build artefacts
dist/
bin/
/core
/cli
# Go
vendor/
go.work.sum
coverage/
coverage.out
coverage.html
coverage.txt
# Environment / secrets
.env
.env.*.local
# OS / tooling
.task
*.cache
node_modules/