Skip to content

Commit 076e50b

Browse files
committed
add .npmignore
1 parent a3c6025 commit 076e50b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.npmignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
.DS_Store
12+
dist
13+
dist-ssr
14+
coverage
15+
*.local
16+
17+
/cypress/videos/
18+
/cypress/screenshots/
19+
20+
# Editor directories and files
21+
.vscode
22+
.vscode/*
23+
!.vscode/extensions.json
24+
.idea
25+
*.suo
26+
*.ntvs*
27+
*.njsproj
28+
*.sln
29+
*.sw?
30+
31+
# Local Netlify folder
32+
.netlify
33+
34+
.env
35+
.env.*
36+
config.yaml
37+
38+
.github
39+
.npmrc

0 commit comments

Comments
 (0)