Skip to content

Commit

Permalink
Added .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed May 25, 2023
1 parent ba21296 commit cae8524
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## editors
/.idea
/.vscode

## system files
.DS_Store

## npm
/node_modules/
/npm-debug.log

## testing
/coverage/

## local debug
/.npmrc

## temp folders
/.tmp/

# build
/_site/
/out-tsc/

storybook-static
custom-elements.json

0 comments on commit cae8524

Please sign in to comment.