From f4c8d33349855d58c9dacb06a9598e59ffc79fa4 Mon Sep 17 00:00:00 2001 From: Doan Truong Thi Date: Sat, 8 Nov 2014 09:14:27 +0900 Subject: [PATCH] Add component's build directory as file to ignore --- .npmignore | 1 + bower.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index d4f9ee22..e45fee24 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ 72x72 assets bower.json +build component.json index.html node_modules diff --git a/bower.json b/bower.json index fc63d8a0..119ddd05 100644 --- a/bower.json +++ b/bower.json @@ -11,6 +11,7 @@ "./36x36", "./72x72", "./assets", + "./build", "./component.json", "./node_modules", "./index.html",