summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-10 09:04:53 +0200
committerPaul Buetow <paul@buetow.org>2026-02-10 09:04:53 +0200
commit19247ef407fb46daf7a1521c3bfa177707c2acf4 (patch)
tree495c02d225e7fab28248d6cb009003c622645e3f
parent626a4f6487b88dcfcb2c273909f0dc58b312b938 (diff)
add hexaiconfig
-rw-r--r--.hexaiconfig.toml9
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