From d45d0b4e4534253d782cc6312d7edda43cca196d Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 3 Aug 2026 23:30:12 +0200 Subject: baseline: track the gomobile engine facade as-is mobile/mobile.go and its go.mod/go.sum additions were sitting untracked in the working tree. Recorded here unchanged so the work that follows has a diff baseline; no lines of it are modified by this commit. Also ignore the cmd/dlectio-gen build product and the SDD scratch dir. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0e4cf7b..8868333 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,9 @@ sources/getbible/ *.swp .idea/ .vscode/ + +# built by cmd/dlectio-gen +/dlectio-gen + +# subagent-driven-development scratch (ledger, briefs, review packages) +.superpowers/ -- cgit v1.3