Add .npmignore

This commit is contained in:
birjolaxew 2017-07-12 00:02:16 +02:00
parent c266d1eeaf
commit 95e3588af9
No known key found for this signature in database
GPG Key ID: 548A6D4C439CC3DD

8
.npmignore Normal file
View File

@ -0,0 +1,8 @@
# Ignore all files in root
/*
# Except the ones we want to publish
!_data/
!icons/
!package.json
!README.md
!LICENSE.md