From 28d30b4f5b7dc818cf91a33a65ddc6268a9c2335 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Wed, 10 Jun 2015 22:32:23 +0200 Subject: [PATCH] Added ignore section --- bower.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f26f81eef..a67620348 100644 --- a/bower.json +++ b/bower.json @@ -7,5 +7,15 @@ "main": [ "Chart.js" ], + "ignore": [ + "**/*", + ".travis.yml", + "CONTRIBUTING.md", + "Chart.js", + "LICENSE.md", + "README.md", + "gulpfile.js", + "package.json" + ], "dependencies": {} -} \ No newline at end of file +} -- 2.47.2