Skip to content

linguist-vendored doesn't work #5541

Answered by lildude
IgorHoholko asked this question in Q&A
Discussion options

You must be logged in to vote

Checked 10 times for any mistakes. Looks okay.

You've not made a mistake but you have missed that * matches anything except a slash (also discussed here) which means it doesn't recurse so will only apply to files within the dvc_listener/3rd/ directory and not to any of the sub-directories in that directory.

Replace * with ** in either of your current overrides and remove the other (you don't need both if you're only trying to exclude files in dvc_listener/3rd/) and you're all set.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@IgorHoholko
Comment options

Answer selected by IgorHoholko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants