github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Add support for .gitignore

Open koppor opened this issue 5 years ago • 0 comments
trafficstars

Currently, ignored paths are hared-coded.

Would it be possible to read the .gitignore and ignore listed files and directories?

find /docs -name '*.md' -not -path './node_modules/*'

(Not sure how hard this is. Just an enhancement idea. Low priority. Just thought of it as workaround for #41)

koppor avatar May 28 '20 07:05 koppor