Skip to content

Commit

Permalink
bug/npm-publishing-fail (#178)
Browse files Browse the repository at this point in the history
* bug/npm-publishing-fail * Work around for a 'fix' in npm that makes .gitignore override files array in package.json

* bug/npm-publishing-fail * Add comment to .gitignore also
  • Loading branch information
sophistifunk authored Jun 27, 2017
1 parent b12c46b commit ea2f1bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Warning!
# Make sure that .npmignore is the same as this, BUT DOES NOT CONTAIN "dist"

node_modules/
npm-debug.log
.DS_Store
Expand All @@ -8,4 +11,4 @@ dist
reports
/website/storybook
/website/component-docs/doc*
/website-build
/website-build
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Warning!
# This file must be the same as .gitignore, but MUST NOT CONTAIN "dist"

node_modules/
npm-debug.log
.DS_Store
*.iml
.idea/
/.project
reports
/website/storybook
/website/component-docs/doc*
/website-build

0 comments on commit ea2f1bb

Please sign in to comment.