From 8b04018b1836730c9efe96fabd67ffd48c00865d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 10 Feb 2026 09:04:53 +0200 Subject: add hexaiconfig --- .hexaiconfig.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .hexaiconfig.toml (limited to '.hexaiconfig.toml') 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 -- cgit v1.2.3