Skip to content

Commit de39c26

Browse files
committed
Add .npmignore so we publish only the built library
1 parent d1eb458 commit de39c26

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.npmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/.github/
2+
/.vscode/
3+
/examples/
4+
/src/
5+
/tests/
6+
/.eslintignore
7+
/.eslintrc.cjs
8+
/.gitignore
9+
/.prettierignore
10+
/.prettierrc.cjs
11+
/.release-it.json
12+
/.release-plan.json
13+
/CODE_OF_CONDUCT.md
14+
/CONTRIBUTING.md
15+
/RELEASE.md
16+
/ast-notes.md
17+
/design.md
18+
/index.html
19+
/pnpm-lock.yaml
20+
/pnpm-workspace.yaml
21+
/tsconfig.json
22+
/tsconfig.lint.json
23+
/vite.config.ts

0 commit comments

Comments
 (0)