Skip to content

Commit 0ca311c

Browse files
committed
add .npmignore
1 parent 5a60183 commit 0ca311c

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+
2+
# Dependencies
3+
node_modules
4+
5+
# Build artifacts
6+
build
7+
dist
8+
lib
9+
10+
# Logs
11+
npm-debug.log*
12+
pnpm-debug.log*
13+
14+
# OS/Editor
15+
.DS_Store
16+
.idea
17+
.vscode

0 commit comments

Comments
 (0)