From 991f4eb096a87667995252453ac457f8192534f5 Mon Sep 17 00:00:00 2001 From: Emily Eisenberg Date: Fri, 15 Apr 2016 18:48:24 -0700 Subject: [PATCH] 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 --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index f27faa12..67732599 100644 --- a/bower.json +++ b/bower.json @@ -22,6 +22,7 @@ "/*.txt", "/*.js", "/*.md", + "/*.sh", "/package.json", "/Makefile", "/build",