Skip to content

Commit

Permalink
docs: update README.md to reflect correct exclude setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tak-bro committed Aug 15, 2024
1 parent ba7a73f commit d2b3bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ aicommit2 config set systemPromptPath="/path/to/user/prompt.txt"
##### exclude

- Files to exclude from AI analysis
- It is applied with the `--exclude` option of the CLI option. All files excluded through `--exclude` in CLI and above `exclude` setting.
- It is applied with the `--exclude` option of the CLI option. All files excluded through `--exclude` in CLI and `exclude` general setting.

```sh
aicommit2 config set exclude="*.ts"
Expand Down

0 comments on commit d2b3bea

Please sign in to comment.