node-ci / nci

Flexible, open source continuous integration server written in node.js
Other
132 stars 26 forks source link

should ignore files like .DS_Store in data/projects #26

Closed xream closed 7 years ago

xream commented 7 years ago
/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'
okv commented 7 years ago

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

okv commented 7 years ago

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