From 0e63b0910e6cf7cd028c94a08b0d1f4eac90bc4f Mon Sep 17 00:00:00 2001 From: nkzawa Date: Mon, 11 Apr 2016 22:11:19 +0900 Subject: [PATCH] ignore dist for now --- .gitignore | 3 ++- .npmignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65f07b98..32d7d3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ lib-cov benchmarks/*.png node_modules coverage -.idea \ No newline at end of file +.idea +dist diff --git a/.npmignore b/.npmignore index 55a736ba..feac585c 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,4 @@ support test examples .gitignore +dist