-
Notifications
You must be signed in to change notification settings - Fork 54
folder_exclude_patterns doesn't work on sub-directories #44
Comments
Hm, this may be related to the issue I'm experiencing If you add the same exclude patterns to your global |
@dpashkevich nope, doesn't seem to work either way, no matter where they are defined. |
Also got this issue, using Ubuntu 12.04 |
+1 |
The script doesn't allow folder paths but only the folder names. Add just "lib" to the "folder_exclude_patterns". Sadly this will exclude all lib folder throughout the whole project... |
Got it, thanks for clarifying |
+1 |
@akempes @dpashkevich actually, it does say it allows folder paths: "The path may be relative to the project directory, or a fully qualified path." |
This might help some get the folder_exclude_patterns to work: http://stackoverflow.com/questions/14203944/sublime-text-folder-exclude-patterns-stopped-working
|
Looks like this is a pretty issue, but I just ran into it too. I'll work around by renaming my folders but it's pretty annoying to have to do that. I can't seem exclude the folder "js" without also excluding "src/js". I tried putting "./js" as the exclude pattern but that doesn't do anything. |
@gpascale, this plugin has been deprecated for https://github.com/jonathandelgado/SublimeTodoReview, just fyi. |
Indeed it has. I still get quite a bit of activity on this repo. I'm not sure what the best course of action is; Delete this repo? |
@robcowie I believe you can do a redirect, https://github.com/blog/1508-repository-redirects-are-here I may be completely wrong about the use though. Nice to see you around, by the way. Hope all is well with you. |
Oh whoops, I thought I was commenting on the main SublimeText repo. I now
|
@jonathandelgado I think the opportunity to use a redirect has been missed. I should have transferred ownership of this repo. As it is, there is no implied relationship between this and the new repo and it doesn't seem possible to create arbitrary redirects. Ah well. All is well thanks; Spending most of my coding time these days with Apache Spark. A blessing and a curse in equal measure! |
ie. Assuming I have this in my
.sublime-project
file:Only the
node_modules
folder is excluded, thetests/lib
folder still reports all it's todos, etc.The text was updated successfully, but these errors were encountered: