Hi, I have a use case where I want to exclude specific files from being checked in the link checker. Currently my args are as below:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
I want to exclude some type of text files like files with names containing a specific word example anything with word file in the name like sample-file.txt. Is there a way to achieve this?
Thank you!
Hi, I have a use case where I want to exclude specific files from being checked in the link checker. Currently my args are as below:
I want to exclude some type of text files like files with names containing a specific word example anything with word
filein the name likesample-file.txt. Is there a way to achieve this?Thank you!