From a78b3fd32a96c20c7a91c0a527cda69cc98bd008 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Sat, 25 Jun 2016 13:08:54 +0100 Subject: [PATCH] fix(bower): ignore non source files Closes #374 --- bower.json | 10 +++++++--- robots.txt | 3 --- 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 robots.txt diff --git a/bower.json b/bower.json index 8e2a7744..05077c34 100644 --- a/bower.json +++ b/bower.json @@ -21,10 +21,14 @@ "ignore": [ "**/.*", "node_modules", - "bower_components", - "docs/bower_components", "test", - "tests" + "src", + ".github", + "docs", + "index.html", + "karma.conf.js", + "webpack.config.build.js", + "webpack.config.js" ], "dependencies": { "angular": ">=1.3.0", diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 94174950..00000000 --- a/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# robotstxt.org - -User-agent: *