atom-ctags
atom-ctags copied to clipboard
Explain base path for command
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?