Skip to content

Commit 0a3abbd

Browse files
feat: added .npmignore
1 parent 965a959 commit 0a3abbd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.npmignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Ignore example and documentation files
2+
example/
3+
documentation/
4+
5+
# Ignore development-related files and configurations
6+
.github/
7+
.yarn/
8+
scripts/
9+
10+
# Ignore source files if lib/ contains the built files
11+
src/
12+
13+
# node.js
14+
#
15+
node_modules/
16+
17+
# Ignore configuration and temporary files
18+
.editorconfig
19+
.gitattributes
20+
.gitignore
21+
.nvmrc
22+
.watchmanconfig
23+
babel.config.js
24+
turbo.json
25+
lefthook.yml
26+
yarn.lock
27+
tsconfig.json
28+
tsconfig.build.json
29+
.DS_Store

0 commit comments

Comments
 (0)