[Build] Add npmignore to allow packing

Add .npmignore to facilitate packing of package with npm pack.
This commit is contained in:
Pete Richards 2016-02-12 11:47:28 -08:00
parent 3de094e311
commit 1eb372177d

35
.npmignore Normal file
View File

@ -0,0 +1,35 @@
*.scssc
*.zip
*.gzip
*.tgz
*.DS_Store
*.sass-cache
*COMPILE.css
# Intellij project configuration files
*.idea
*.iml
# External dependencies
# Build output
target
# Mac OS X Finder
.DS_Store
# Closed source libraries
closed-lib
# Node, Bower dependencies
node_modules
bower_components
Procfile
# Protractor logs
protractor/logs
# npm-debug log
npm-debug.log