Ignore config files by default in fs.list

This commit is contained in:
Shaform
2014-07-13 08:40:23 -07:00
parent f8ff0453dd
commit 4e475857d5
+5
View File
@@ -30,6 +30,11 @@ var getFiles = function(path) {
'*.pdf',
'*.epub',
'*.mobi',
// Skip config files
'.ignore',
'.bookignore',
'book.json',
], '__custom_stuff');
// Push each file to our list