diff --git a/.gitignore b/.gitignore index c232538..de8053d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -node_modules +node_modules/ +coverage/ .idea/ package-lock.json -examples/static/bundle.js \ No newline at end of file +examples/static/bundle.js diff --git a/.npmignore b/.npmignore index e69de29..10c33f3 100644 --- a/.npmignore +++ b/.npmignore @@ -0,0 +1,3 @@ +coverage/ +tests/ +examples/