From 93ffe6bf0c71f6262e29ea7f6e686a097d1a9734 Mon Sep 17 00:00:00 2001 From: Ninir Date: Fri, 8 Nov 2013 18:59:19 +0100 Subject: [PATCH] Added markdown files, txt files and the examples dir to the bower ignore rule --- bower.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b619a42..dca5abc 100644 --- a/bower.json +++ b/bower.json @@ -24,6 +24,10 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "examples", + "*.md", + "*.json", + "*.txt" ] }