mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
committed by
Kujtim Hoxha
parent
5a6329cc34
commit
3ad5d5283a
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user