Add .npmignore

This commit is contained in:
Antonin Stefanutti 2017-08-18 11:37:04 +02:00
parent 223c84f844
commit 47f8342828
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
!plugins
!.dockerignore
!.gitignore
!.npmignore
!decktape.js
!Dockerfile
!package.json

6
.npmignore Normal file
View File

@ -0,0 +1,6 @@
/*
!libs
!plugins
!decktape.js
!package.json
!README.adoc