From 3ad5d5283a5462809f0efeca2948049088b3a0a8 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 31 Jul 2025 16:09:44 -0300 Subject: [PATCH] docs: update Signed-off-by: Carlos Alexandro Becker --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3583e3e073c987eab6a02d0e0e5c3bb51b8788ef..f17f501e0b4da09a24c14b1cde048cb4403cb6b3 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,16 @@ using `$(echo $VAR)` syntax. } ``` +### Ignoring Files + +Crush respects `.gitignore` files by default, but you can also create a +`.crushignore` file to specify additional files and directories that Crush +should ignore. This is useful for excluding files that you want in version +control but don't want Crush to consider when providing context. + +The `.crushignore` file uses the same syntax as `.gitignore` and can be placed +in the root of your project or in subdirectories. + ### Whitelisting Tools By default, Crush will ask you for permission before running tool calls. If