문제

Is there a way to exclude certain directories from ignore-glob such that (e.g.) .dll files will generally be ignore except if they are in some specific directories?

도움이 되었습니까?

해결책

I'm afraid you would have to specify all directories you don't want to see .dll files in, and make sure the directories containing wanted DLLs don't match any of the existing ignore-glob entries...

May I ask, what is your use case?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top