Merge pull request #888 from fsih/addNpmIgnore

Add npm ignore that leaves dist in the npm package
This commit is contained in:
DD Liu 2019-08-06 17:33:33 -04:00 committed by GitHub
commit 551ee8e319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.npmignore Normal file
View file

@ -0,0 +1,19 @@
# Mac OS
.DS_Store
# Testing
/test
# NPM
/node_modules
npm-*
# Build
playground/*
# Editors
/#*
*~
# generated translation files
/translations