From cde843a44076dff72316c38dbf22ccf79ca2bcff Mon Sep 17 00:00:00 2001 From: gregorybesson Date: Mon, 26 Sep 2016 23:10:35 +0200 Subject: [PATCH] don't publish src files to npm, only the lib --- .gitignore | 5 ++++- .npmignore | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index 5c76a1e..97ea1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,7 @@ src/server/public/css/styles.css cli/config/*-local.js # debug -abe-logs/* \ No newline at end of file +abe-logs/* + +# dist +#dist \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..eb5b7ff --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +src/ +test/ \ No newline at end of file