chore: ignore Task cache directory

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.
This commit is contained in:
John O'Keefe
2026-09-13 18:01:01 -04:00
parent 2bf8d3887e
commit a8df8dcce7
+1
View File
@@ -23,6 +23,7 @@ go.work
# ---> Wails # ---> Wails
build/bin build/bin
.task/
node_modules node_modules
frontend/dist frontend/dist
package.json.md5 package.json.md5