diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..6be3879e --- /dev/null +++ b/.npmignore @@ -0,0 +1,8 @@ +# Ignore all files in root +/* +# Except the ones we want to publish +!_data/ +!icons/ +!package.json +!README.md +!LICENSE.md \ No newline at end of file