diff --git a/.gitignore b/.gitignore index cdea9a9..1e70089 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ node_modules/ .cache/ .vscode/ yarn-error.log +dist/ +react-step-wizard-*.tgz \ No newline at end of file diff --git a/.npmignore b/.npmignore index 5645c29..c90c864 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,7 @@ +# Publish dist to npm but not to repo +!dist/ + +# Ignore List .babelrc .cache/ .eslintrc @@ -10,3 +14,5 @@ example/ src/ webpack.config.js yarn.lock +yarn*.log +react-step-wizard-*.tgz \ No newline at end of file