mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Add .bookignore to ignoreFiles #37
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ var getFiles = function(path) {
|
||||
|
||||
var ig = Ignore({
|
||||
path: path,
|
||||
ignoreFiles: ['.ignore', '.gitignore']
|
||||
ignoreFiles: ['.ignore', '.gitignore', '.bookignore']
|
||||
});
|
||||
|
||||
// Add extra rules to ignore common folders
|
||||
|
||||
Reference in New Issue
Block a user