From 52a2318b81b77fd920bccbd3b3ef57448ee56f2e Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Wed, 12 Sep 2018 09:42:18 +0100 Subject: [PATCH] AG-1958: Work for bower support and legacy repo cleanup --- bower.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bower.json b/bower.json index 0e5b9250aba..e3fcbfa83ed 100644 --- a/bower.json +++ b/bower.json @@ -25,6 +25,11 @@ "license": "MIT", "devDependencies": { }, + "ignore": [ + "node_modules", + "packages", + "scripts" + ], "dependencies": { } }