Skip to content

Commit 173bcd1

Browse files
chore(npm): Add .npmignore file
1 parent c85880b commit 173bcd1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.npmignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Any hidden files
2+
**/.*
3+
.*
4+
*.iml
5+
*.ipr
6+
*.iws
7+
8+
src
9+
test
10+
scripts
11+
12+
node_modules
13+
14+
tslint.json
15+
tsconfig.json
16+
tsconfig.**.json
17+
webpack.config.js
18+
rollup.config.js

0 commit comments

Comments
 (0)