1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
| # Created by https://www.gitignore.io/api/gitbook
| # Edit at https://www.gitignore.io/?templates=gitbook
|
| ### GitBook ###
| # Node rules:
| ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
| .grunt
|
| ## Dependency directory
| ## Commenting this out is preferred by some people, see
| ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
| node_modules
|
| # Book build output
| _book
|
| # eBook build output
| *.epub
| *.mobi
| *.pdf
|
| # End of https://www.gitignore.io/api/gitbook
|
|