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 8e30075 commit 5b98464Copy full SHA for 5b98464
.npmignore
@@ -0,0 +1,30 @@
1
+test
2
+
3
+# Logs
4
+logs
5
+*.log
6
7
+coverage
8
9
+# Runtime data
10
+pids
11
+*.pid
12
+*.seed
13
14
+# Directory for instrumented libs generated by jscoverage/JSCover
15
+lib-cov
16
17
+# Coverage directory used by tools like istanbul
18
19
20
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21
+.grunt
22
23
+# node-waf configuration
24
+.lock-wscript
25
26
+build
27
28
+# Dependency directory
29
+# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
30
+node_modules
0 commit comments