Skip to content

Commit e0ce3e9

Browse files
author
Christoph Bühler
committed
chore: add npmignore
1 parent de12c29 commit e0ce3e9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# node
2+
logs
3+
*.log
4+
npm-debug.log*
5+
node_modules/
6+
7+
# testing
8+
coverage/
9+
test/
10+
11+
# typescript
12+
build/
13+
tsconfig.json
14+
config/
15+
tslint.json
16+
jest.json
17+
.travis.yml
18+
19+
# docs
20+
docs/

0 commit comments

Comments
 (0)