On Macs, there's a hidden folder once you've opened a directory in Finder called .DS_Store. It looks funny when it appears alongside your set options.

Here's a patch, but I'm wondering if a better way to solve this, rather than special-casing a bunch of directories, might be to check for the existence of something like set.js before including it?

CommentFileSizeAuthor
#1 markitup-remove-ds-store-351969-1.patch843 byteswebchick

Comments

webchick’s picture

StatusFileSize
new843 bytes
Garrett Albright’s picture

Status: Needs review » Needs work

We should be checking for set.js or style.css in the directory, but we shouldn't even bother checking/including dot directories anyway. However, I'm getting unexplained false negatives when I'm checking for those files in those directories… so for now I'm just throwing out dot directories.

Marking as "needs work" because more effort is going to have to go into this.