github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Add support for .gitignore
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)