Showing
1 changed file
with
22 additions
and
0 deletions
.gitignore
0 → 100644
1 | + | ||
2 | +# Created by https://www.gitignore.io/api/gitbook | ||
3 | + | ||
4 | +### GitBook ### | ||
5 | +# Node rules: | ||
6 | +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
7 | +.grunt | ||
8 | + | ||
9 | +## Dependency directory | ||
10 | +## Commenting this out is preferred by some people, see | ||
11 | +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git | ||
12 | +node_modules | ||
13 | + | ||
14 | +# Book build output | ||
15 | +_book | ||
16 | + | ||
17 | +# eBook build output | ||
18 | +*.epub | ||
19 | +*.mobi | ||
20 | |||
21 | + | ||
22 | +# End of https://www.gitignore.io/api/gitbook |
-
Please register or login to post a comment