docs: ignorePaths#8950
Open
lonix1 wants to merge 6 commits into
Open
Conversation
Signed-off-by: lonix1 <40320097+lonix1@users.noreply.github.com>
Jason3S
reviewed
Jul 14, 2026
| "$ref": "#/definitions/Glob" | ||
| }, | ||
| "markdownDescription": "Glob patterns of files to be ignored.\n\nGlob patterns are relative to the {@link globRoot } of the configuration file that defines them.", | ||
| "markdownDescription": "Glob patterns of files to be ignored.\n\nGlob patterns are relative to the {@link globRoot } of the configuration file that defines them.\n\nThe default is `[\"node_modules/\"]`. Warning: if you ignore \".git/\" then it will also ignore \".git/COMMIT_EDITMSG\" which is needed for the commit-msg git hook; in that case, rather use `[\".git/{info,lfs,logs,refs,objects}/**\", \".git/{index,*refs,*HEAD}\"]`.", |
Collaborator
There was a problem hiding this comment.
The schema is autogenerated.
The source for this setting comes from here:
cspell/packages/cspell-types/src/CSpellSettingsDef.ts
Lines 94 to 99 in d40b624
Author
There was a problem hiding this comment.
I moved the change to the correct file. Sorry about that, I didn't know that file was autogenerated.
The trailing newline in the other file doesn't seem to disappear... I'm using the GitHub web editor and it seems a little crazy today. Unsure how to do it....
Jason3S
reviewed
Jul 14, 2026
Jason3S
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for trying to improve the documentation.
Signed-off-by: lonix1 <40320097+lonix1@users.noreply.github.com>
update correct file Signed-off-by: lonix1 <40320097+lonix1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Further to #8937 and #8944
I listed the defaults from the vscode extension:
But as per our discussion, there's a more exhaustive list too:
Probably overkill, but works for me.