diff options
| -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 |
