update bower.json
Showing
1 changed file
with
9 additions
and
1 deletions
... | @@ -24,6 +24,14 @@ | ... | @@ -24,6 +24,14 @@ |
24 | "ignore": [ | 24 | "ignore": [ |
25 | "**/.*", | 25 | "**/.*", |
26 | "node_modules", | 26 | "node_modules", |
27 | "bower_components" | 27 | "bower_components", |
28 | "angularicons", | ||
29 | "css", | ||
30 | "fonts", | ||
31 | "img", | ||
32 | "js", | ||
33 | "documentation.html", | ||
34 | "getting-started.html", | ||
35 | "index.html" | ||
28 | ] | 36 | ] |
29 | } | 37 | } | ... | ... |
-
Please register or sign in to post a comment