Steinar Bang
Steinar Bang
Adding "*target" and "*node_modules" to the projectile-globally-ignored-directories variable still has no effect: the .js files in npm packages in node_modules are scanned and show up as files that may be...
Looking at how/where the projectile-globally-ignored-directories variable is used in the current projectile.el: 1. [The projectile-globally-ignored-directories variable is used in the function projectile-globally-ignored-directory-names](https://github.com/bbatsov/projectile/blob/e45f0b0cc43fdc066e7971ff3ed3bf4c78015ed0/projectile.el#L1916) 2. [The function projectile-globally-ignored-directory-names is used in the...