Re-adds .npmignore, resolves #4193

This commit is contained in:
Daniel J. Hofmann 2017-08-08 11:20:18 +02:00
parent 71e0c7a3cf
commit 209a926b45

15
.npmignore Normal file
View File

@ -0,0 +1,15 @@
*
!README.md
!CHANGELOG.md
!CONTRIBUTING.MD
!LICENCE.TXT
!package.json
!package-lock.json
!yarn.lock
!docs
!example
!taginfo.json
!lib/*.js
!profiles/*
!profiles/lib/*
!profiles/examples/*