fix: actually include cmd/service/service.go in the repo
openpayments-mock / check (push) Has been skipped
openpayments-mock / vulnerabilities (push) Has been skipped
openpayments-mock / build (push) Failing after 1m11s

The initial .gitignore had 'service' as a bare pattern, which matches
the cmd/service directory and silently excluded the entire mock
implementation (~28KB of main source). Anchor the ignore patterns
to the repo root so they only match top-level build artefacts, and
force-add the real source now.
This commit is contained in:
2026-04-21 06:20:50 +02:00
parent 42a0c280cb
commit 370ba70177
3 changed files with 904 additions and 6 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
openpayments-mock
service
coverage.txt
coverage.out
/openpayments-mock
/service
/coverage.txt
/coverage.out