Skip to content

Commit 28fb359

Browse files
committed
fix(npm): add .npmignore file
1 parent 53393d9 commit 28fb359

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.npmignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# node stuff
2+
node_modules
3+
*.log
4+
5+
# testing stuff
6+
tmp
7+
coverage
8+
9+
# build config
10+
configurations
11+
12+
# example app
13+
dist
14+
example*
15+
index.html
16+
17+
# project picture
18+
otprr.png
19+
20+
# yarn
21+
yarn.lock

0 commit comments

Comments
 (0)