Thank you for your quick reply tom and calos!
I wrote a long explanation why I personally think it is a bad idea to include “all folders” in the past…
I would suggest to first omit ALL folders and files starting with an . (dot) … even if not using Subversion / Mercurial / CVS or whatever my editors leave behind.
I would assume this to be save for every existing topology!
Nobody wants to have random .DS_Store or any other “hidden” files inside a package usually. Just makes no sense overall.
Usage of those files can not be avoided without disturbing stuff like modern IDEs and Source Revisioning Software.
The other folders may or may not be useful… I for my part have stuff like “archive” and “unused” folders inside the project source directory. I think this should be possible as it keeps stuff together. One may say this can be done using another file topology and this is right.
I would love an “exclude” list configurable with just simple DOS (cough) style patterns. It could just contain “.*” (DOS Wildcard… not Regex!) and filters files AND folders with matching names!
Actually I would have preferred an “include” instead of an exclude list… just because of the fact that this would not break existing topologies for my projects
[import]uid: 6928 topic_id: 2088 reply_id: 6239[/import]