This commit is contained in:
the-mikedavis 2022-08-14 18:36:24 +00:00
parent 626a49a106
commit ba4bf242f7
4 changed files with 4 additions and 2 deletions

View File

@ -237,6 +237,7 @@ the default file-picker configuration below are IgnoreOptions: whether hidden
files and files listed within ignore files are ignored by (not visible in) the files and files listed within ignore files are ignored by (not visible in) the
helix file picker and global search. There is also one other key, <code>max-depth</code> helix file picker and global search. There is also one other key, <code>max-depth</code>
available, which is not defined by default.</p> available, which is not defined by default.</p>
<p>All git related options are only enabled in a git repository.</p>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody> <div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>hidden</code></td><td>Enables ignoring hidden files.</td><td>true</td></tr> <tr><td><code>hidden</code></td><td>Enables ignoring hidden files.</td><td>true</td></tr>
<tr><td><code>parents</code></td><td>Enables reading ignore files from parent directories.</td><td>true</td></tr> <tr><td><code>parents</code></td><td>Enables reading ignore files from parent directories.</td><td>true</td></tr>

View File

@ -1026,6 +1026,7 @@ the default file-picker configuration below are IgnoreOptions: whether hidden
files and files listed within ignore files are ignored by (not visible in) the files and files listed within ignore files are ignored by (not visible in) the
helix file picker and global search. There is also one other key, <code>max-depth</code> helix file picker and global search. There is also one other key, <code>max-depth</code>
available, which is not defined by default.</p> available, which is not defined by default.</p>
<p>All git related options are only enabled in a git repository.</p>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody> <div class="table-wrapper"><table><thead><tr><th>Key</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>hidden</code></td><td>Enables ignoring hidden files.</td><td>true</td></tr> <tr><td><code>hidden</code></td><td>Enables ignoring hidden files.</td><td>true</td></tr>
<tr><td><code>parents</code></td><td>Enables reading ignore files from parent directories.</td><td>true</td></tr> <tr><td><code>parents</code></td><td>Enables reading ignore files from parent directories.</td><td>true</td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long