diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3e48408 --- /dev/null +++ b/.npmignore @@ -0,0 +1,24 @@ +node_modules/ +.cache/ +.parcel-cache/ + +.idea/ +*.iml + +.DS_Store + +# Yarn +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + +.prettierrc +.eslintrc.js +.eslintignore +test/ +scripts/ +.github/ \ No newline at end of file