-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
b12c46b
commit ea2f1bb
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |