www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 991f4eb096a87667995252453ac457f8192534f5
parent b62e1cf3149a88f0af113ef959e977b425bb218b
Author: Emily Eisenberg <xymostech@gmail.com>
Date:   Fri, 15 Apr 2016 18:48:24 -0700

Ignore release.sh in bower.json

Summary: We didn't have a rule for ignoring .sh files in the bower.json,
so it got included in the 0.6.0 release. Oops! This adds it to the
ignore file.

Test Plan:
 - ???

Auditors: kevinb

Diffstat:
Mbower.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bower.json b/bower.json @@ -22,6 +22,7 @@ "/*.txt", "/*.js", "/*.md", + "/*.sh", "/package.json", "/Makefile", "/build",