From ec9e3714ed12cc86f585550d56241b3e6b7e63aa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 21:55:01 +0200 Subject: chore: stop tracking build artifacts and temp files Co-authored-by: Cursor --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 69e7e7f..a285ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,16 @@ /hexai /hexai-lsp /hexai-tmux-action +/hexai-tmux-edit /bin/ + +# Coverage artifacts (mage coverage, mage covercheck) +docs/coverage.out +docs/coverage.html +docs/coverage/ + +# Temp/scratch files +.tmux-edit-send.*.md /.gocache/ /.gocache* /.gomodcache/ -- cgit v1.2.3