Skip to content

Commit c407cde

Browse files
committed
chore: add .npmignore to exclude development and demo files from npm package
1 parent cb505a9 commit c407cde

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dev tooling
2+
.babelrc
3+
.eslintrc
4+
.eslintignore
5+
.github/
6+
tsconfig.json
7+
tsconfig.types.json
8+
rollup.config.js
9+
10+
# Source (consumers use dist/ + @types/)
11+
src/
12+
13+
# Demo pages & assets
14+
index.html
15+
demos/
16+
demo/
17+
18+
# Editor
19+
.vscode/
20+
node_modules/

0 commit comments

Comments
 (0)