Skip to content

Commit 8bf5409

Browse files
committed
npm ignore
1 parent 7f0e448 commit 8bf5409

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.npmignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.babelrc
2+
.eslintignore
3+
.eslintrc.json
4+
.eslintrc.js
5+
.gitignore
6+
.lintstagedrc.json
7+
.nycrc
8+
.prettierrc.json
9+
.prettierignore
10+
cypress.json
11+
index.html
12+
Jenkinsfile*
13+
*.log
14+
15+
.nyc_output/
16+
coverage/
17+
benchmark/
18+
.coverage/
19+
cypress/
20+
fixtures/
21+
tmp/
22+
logs/
23+
test/
24+
scripts/
25+
browsertest/
26+
examples/

0 commit comments

Comments
 (0)