node-ci / nci

Flexible, open source continuous integration server written in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should ignore files like .DS_Store in data/projects

xream opened this issue · comments

commented
/Users/xream/Project/xream/nci-boilerplate/node_modules/.1.0.8@nci/app.js:8
        if (err) throw err;
                 ^

Error: ENOTDIR: not a directory, scandir '/Users/xream/Project/xream/nci-boilerplate/data/projects/.DS_Store'

That's true, all hidden files should be omitted while loading projects.
I'll try to fix it shortly.

System files filtered out during projects load.
Published nci@1.0.9
Thanks for pointing out that.