diff --git a/.eslintignore b/.eslintignore index 763301f..c7f911e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,4 @@ dist/ +lib/ +module/ node_modules/ \ No newline at end of file diff --git a/.npmignore b/packages/core/.npmignore similarity index 100% rename from .npmignore rename to packages/core/.npmignore diff --git a/packages/react/.npmignore b/packages/react/.npmignore new file mode 100644 index 0000000..182a776 --- /dev/null +++ b/packages/react/.npmignore @@ -0,0 +1,5 @@ +node_modules/ +.vscode/ +.editorconfig +TODO +