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 ecbdfba commit ea49336Copy full SHA for ea49336
.npmignore
@@ -1,6 +1,5 @@
1
# Logs
2
logs
3
-*.log
4
5
# Runtime data
6
pids
@@ -10,9 +9,6 @@ pids
10
9
# Directory for instrumented libs generated by jscoverage/JSCover
11
lib-cov
12
13
-# Coverage directory used by tools like istanbul
14
-coverage
15
-
16
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17
.grunt
18
@@ -25,10 +21,8 @@ build/Release
25
21
# Dependency directory
26
22
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
27
23
node_modules
28
-*.un~
29
24
yarn.lock
30
src
31
flow-typed
32
33
decls
34
example
0 commit comments