Skip to content

Commit ac0c5bf

Browse files
committed
Initialize .gitignore
1 parent ed9deec commit ac0c5bf

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: .gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)