atom-ctags icon indicating copy to clipboard operation
atom-ctags copied to clipboard

Explain base path for command

Open hultberg opened this issue 9 years ago • 0 comments

Hello,

I'm trying to exlude node_modules and bower_components paths in my project. Defining the following command arguments: --exclude="node_modules" --exclude="bower_components" is still making the rebuild take over 5 seconds (called from a file in the root of my project). I also tried using: --exclude="./node_modules/" --exclude="./bower_components/"without any luck. What is the base path used for these excludes?

hultberg avatar Feb 06 '16 21:02 hultberg