Re-adds .npmignore, resolves #4193
This commit is contained in:
parent
71e0c7a3cf
commit
209a926b45
15
.npmignore
Normal file
15
.npmignore
Normal 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/*
|
Loading…
Reference in New Issue
Block a user