Skip to content

Commit 5b272dd

Browse files
author
Mufti Azan Farooqi
committed
build: npmignore
1 parent f2994e0 commit 5b272dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Source files, examples
2+
src
3+
examples
4+
5+
# Linting/Formatting Configs
6+
.eslintrc.cjs
7+
.eslintignore
8+
.prettierignore
9+
.prettierrc.json
10+
commitlint.config.cjs
11+
lint-staged.config.cjs
12+
13+
# Husky Git Hooks
14+
.husky
15+
16+
# Github Workflows
17+
.github

0 commit comments

Comments
 (0)