We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb35fbd + 27befc5 commit d8892d3Copy full SHA for d8892d3
1 file changed
GitBook.gitignore
@@ -0,0 +1,16 @@
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://npmjs.org/doc/faq.html#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
0 commit comments