All checks were successful
Security Scan / security (pull_request) Successful in 18s
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>
28 lines
243 B
Text
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/
|