This release adds support for ignore files. Marksman will look for known ignore files at the root of your project and will avoid scanning files and directories matching the globs. It also won't scan your .git
and .hg
folders too.
This should improve the quality of life for those people using Marksman for write docs for their projects; particularly node projects and Docusaurus docs as thousands of .md
files under node_modules
won't cause slowdowns and unwanted diagnostics.