diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-10 09:04:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-10 09:04:53 +0200 |
| commit | 8b04018b1836730c9efe96fabd67ffd48c00865d (patch) | |
| tree | 495c02d225e7fab28248d6cb009003c622645e3f | |
| parent | ad5f22c76f782fc2d8cebbb29c05dc5ae7f0cf0b (diff) | |
add hexaiconfig
| -rw-r--r-- | .hexaiconfig.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.hexaiconfig.toml b/.hexaiconfig.toml new file mode 100644 index 0000000..c46a3ed --- /dev/null +++ b/.hexaiconfig.toml @@ -0,0 +1,9 @@ +# Hexai per-project configuration for hexai repository +# This file configures hexai to respect .gitignore patterns + +[ignore] +# Disable respecting .gitignore patterns +gitignore = false + +# Show notification when files are ignored in LSP completions +lsp_notify_ignored = true |
