File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Node rules:
2+ # # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3+ .grunt
4+
5+ # # Dependency directory
6+ # # Commenting this out is preferred by some people, see
7+ # # https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
8+ node_modules
9+
10+ # Book build output
11+ _book
12+
13+ # eBook build output
14+ * .epub
15+ * .mobi
16+ * .pdf
Original file line number Diff line number Diff line change 1+ # My Awesome Book
2+
3+ This file file serves as your book's preface, a great place to describe your book's content and ideas.
Original file line number Diff line number Diff line change 1+ # Summary
2+
3+ * [ First Chapter] ( chapter1.md )
Original file line number Diff line number Diff line change 1+ # First Chapter
2+
3+ GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.
You can’t perform that action at this time.
0 commit comments