diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-08 21:55:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-08 21:55:01 +0200 |
| commit | ec9e3714ed12cc86f585550d56241b3e6b7e63aa (patch) | |
| tree | d45f3ae88b2fc8382df8dc10cc912623d1a2e44f /.gitignore | |
| parent | 3f21625333daec30ff8fce5d8a2bf479a9450995 (diff) | |
chore: stop tracking build artifacts and temp files
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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/ |
