diff --git a/.gitignore b/.gitignore index 09e9716..a3eb402 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ !plugins !.dockerignore !.gitignore +!.npmignore !decktape.js !Dockerfile !package.json diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..532441c --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +/* +!libs +!plugins +!decktape.js +!package.json +!README.adoc \ No newline at end of file