restore-feat: highlight-git-ignored-files (#847)

This commit is contained in:
Sávio Carlos Martins Costa
2022-01-21 06:59:38 -03:00
committed by GitHub
parent 9c0f410c50
commit 0982c6a35a
3 changed files with 8 additions and 6 deletions

View File

@@ -256,9 +256,9 @@ Here is a list of the options available in the setup call:
type: `boolean`
default: `true`
- |git.ignore|: ignore files based on `.gitignore`.
will add `ignored=matching` to the integration when `true`. Otherwise will
add `ignored=no` to the integration which can lead to better performance.
- |git.ignore|: ignore files based on `.gitignore`
type: `boolean`
default: `true`
- |git.timeout|: kills the git process after some time if it takes too long
type: `number`