From 37eb7cf507ae78206e9842d5ef6fc12aed39e2c0 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 16 Jun 2015 19:18:44 +0100 Subject: [PATCH] Add an npmignore file Previously, `npm publish` was ignoring the gitignore file, and including the `output` folders that were scattered in the editions folders. Fixes #1758 --- .npmignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..d8c42b06a --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +.DS_Store +.c9/ +tmp/ +output/