Skip to content

Commit 0061547

Browse files
committed
Stop ignoring _book
1 parent 93f2675 commit 0061547

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ function bookdown (cwd, options) {
1313
.destination('_bookdown')
1414
.ignore('!{*.md,docs}') // only include /docs/ and /*.md
1515
.ignore('_bookdown') // ignore output
16-
.ignore('_book')
1716
.use(compile(options))
1817
}
1918

0 commit comments

Comments
 (0)