build: fix inconsistencies in .npmignore

This commit is contained in:
Karl-Philipp Wulfert
2018-12-04 17:27:52 +01:00
parent 941570a140
commit b1c27c064a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except this files/folders
# Except these files/folders
!docs
!lib
!LICENSE
!package.json
!package-lock.json
!README.md
!src