From a8df8dcce7c5e89214cc10d2f2f57cb5da57b90c Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 13 Sep 2026 18:01:01 -0400 Subject: [PATCH] chore: ignore Task cache directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task (used by wails3 via Taskfile.yml) stores incremental-build fingerprints under .task/checksum/. Purely local cache — hashes of sources/deps, machine-generated, recreated on next wails3 dev/build. Keep it out of git like node_modules/frontend/dist/build/bin (already ignored). No files were tracked; this just stops it showing as untracked on branches that have run wails3. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f71484..4d13dfc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ go.work # ---> Wails build/bin +.task/ node_modules frontend/dist package.json.md5