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
This commit is contained in:
Emily Eisenberg 2016-04-15 18:48:24 -07:00
parent b62e1cf314
commit 991f4eb096

View File

@ -22,6 +22,7 @@
"/*.txt",
"/*.js",
"/*.md",
"/*.sh",
"/package.json",
"/Makefile",
"/build",