We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27edb66 commit 1ad3df5Copy full SHA for 1ad3df5
.gitignore
@@ -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
25
.*.swp
0 commit comments