Skip to content

Commit

Permalink
chore: add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Apr 3, 2023
1 parent 222e536 commit b379f82
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.github
.history
.storybook
.vscode
.yarn
coverage
mock
node_modules
scripts
src
stories
test
website

.eslintrc.js
.gitignore
.prettierignore
.prettierrc.json
.stylelintrc.json
.yarnrc
.yarnrc.yml
babel.config.json
CODE_OF_CONDUCT.md
commitlint.config.js
CONTRIBUTING.md
jest.config.js
MIGRATION.md
pnpm-lock.yaml
yarn.lock

0 comments on commit b379f82

Please sign in to comment.