We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9deec commit ac0c5bfCopy full SHA for ac0c5bf
.gitignore
@@ -0,0 +1,36 @@
1
+
2
+# Created by https://www.gitignore.io/api/gitbook,vim
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
+*.pdf
21
22
+### Vim ###
23
+# swap
24
+[._]*.s[a-v][a-z]
25
+[._]*.sw[a-p]
26
+[._]s[a-v][a-z]
27
+[._]sw[a-p]
28
+# session
29
+Session.vim
30
+# temporary
31
+.netrwhist
32
+*~
33
+# auto-generated tag files
34
+tags
35
36
+# End of https://www.gitignore.io/api/gitbook,vim
0 commit comments