compile-hero icon indicating copy to clipboard operation
compile-hero copied to clipboard

Can get ignore to work with array and multiple directories

Open ttomato1 opened this issue 4 years ago • 1 comments

I want to ignore two locations. My config looks like this

"compile-hero.ignore": [
    "**/club/html/vote/**",
    "**/club/NewClub/**"
]

But compile-hero still compiles my scss files in those subdirectories.

If I change my config to one directory without an array like this, the ignoring works.

"compile-hero.ignore": "**/club/html/vote/**"

Any help appreciated.

ttomato1 avatar Dec 23 '20 11:12 ttomato1

Can you upload your directory to git, show me the specific directory structure and files.

Wscats avatar Dec 24 '20 02:12 Wscats