Skip to content

Commit

Permalink
Ignore dist folder for repo but not npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McNeal committed Aug 14, 2018
1 parent d4f35dd commit 24e34ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_modules/
.cache/
.vscode/
yarn-error.log
dist/
react-step-wizard-*.tgz
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Publish dist to npm but not to repo
!dist/

# Ignore List
.babelrc
.cache/
.eslintrc
Expand All @@ -10,3 +14,5 @@ example/
src/
webpack.config.js
yarn.lock
yarn*.log
react-step-wizard-*.tgz

0 comments on commit 24e34ad

Please sign in to comment.