Skip to content

Commit 47bcc4a

Browse files
author
Amir Tocker
committed
Add npmignore file
1 parent 7a44076 commit 47bcc4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: .npmignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*
2+
.project
3+
!src/
4+
samples/
5+
test/
6+
.idea
7+
.DS_Store
8+
.env
9+
.travis.yml
10+
!package.json
11+
babel.config.js
12+
!.npmignore
13+
!.gitignore
14+
.babelrc
15+
!CHANGELOG.md
16+
!README.md
17+
!LICENSE
18+

0 commit comments

Comments
 (0)