Skip to content

Commit c700484

Browse files
committed
chore(npm): add .npmignore file to exclude unnecessary files and directories from npm package
1 parent d14ee3e commit c700484

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.npmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
runtime/*
2+
.github/*
3+
tests/*
4+
coverage/*
5+
.nyc_output/*
6+
package-lock.json
7+
nyc.config.js
8+
.idea/*
9+
node_modules/*
10+
.appveyor.yml
11+
.vscode/*
12+
README-CN.md
13+
README.md
14+
examples/*
15+
logs/*
16+
.vscode/*
17+
Dockerfile
18+
docker-compose.yml
19+
pnpm-lock.yaml
20+
ecosystem.config.js
21+
nodemon.json
22+
.env.example
23+
.dockerignore

0 commit comments

Comments
 (0)