Pregunta

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?

¿Fue útil?

Solución

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?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top