sanex
3 years ago
1 changed files with
7 additions and
6 deletions
-
7
6
.npmignore
|
@@ -2,9 +2,10 @@
|
|
.github
|
|
.github
|
|
.idea
|
|
.idea
|
|
.nyc_output
|
|
.nyc_output
|
|
-coverage
|
|
|
|
-examples
|
|
|
|
-images
|
|
|
|
-webpack
|
|
|
|
-src
|
|
|
|
-test
|
|
|
|
|
|
+/coverage/
|
|
|
|
+/examples/
|
|
|
|
+/images/
|
|
|
|
+/webpack/
|
|
|
|
+/src/
|
|
|
|
+/test/
|
|
|
|
+/test*.js
|