Skip to content

Commit 1ad3df5

Browse files
committed
Merge master gitignore
1 parent 27edb66 commit 1ad3df5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
# Node rules:
2+
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3+
.grunt
4+
## npm logs
5+
npm-debug.log.*
6+
7+
## Dependency directory
8+
## Commenting this out is preferred by some people, see
9+
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
10+
node_modules
11+
12+
# Book build output
13+
_book
14+
15+
# eBook build output
16+
*.epub
17+
*.mobi
18+
*.pdf
19+
20+
# Make files
21+
*.err
22+
*.out
23+
24+
# Vim swap files
125
.*.swp

0 commit comments

Comments
 (0)