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 5d33e0a commit a1fcc1fCopy full SHA for a1fcc1f
.npmignore
@@ -0,0 +1,35 @@
1
+test
2
+
3
+# Logs
4
+logs
5
+*.log
6
+npm-debug.log*
7
8
+# Runtime data
9
+pids
10
+*.pid
11
+*.seed
12
13
+# Directory for instrumented libs generated by jscoverage/JSCover
14
+lib-cov
15
16
+# Coverage directory used by tools like istanbul
17
+coverage
18
19
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20
+.grunt
21
22
+# node-waf configuration
23
+.lock-wscript
24
25
+# Compiled binary addons (http://nodejs.org/api/addons.html)
26
+build/Release
27
28
+# Dependency directory
29
+node_modules
30
31
+# Optional npm cache directory
32
+.npm
33
34
+# Optional REPL history
35
+.node_repl_history
0 commit comments