質問

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