Hi,
First thanks for this awesome extension.
Now, I wish it worked perfectly but in my case, it seems anything I put in excludeGlobs is just ignored, as weel as .gitignore contents.
In my Meteor project I have this vscode setting:
"move-imports.excludeGlobs": ["node_modules", ".meteor", ]
But everytime I start vscode it warns me of duplicate files in .meteor directory...
I thought it would ignore that directory as well as node_modules....
Many thanks for any help you might provide.