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:
parent
b62e1cf314
commit
991f4eb096
|
@ -22,6 +22,7 @@
|
|||
"/*.txt",
|
||||
"/*.js",
|
||||
"/*.md",
|
||||
"/*.sh",
|
||||
"/package.json",
|
||||
"/Makefile",
|
||||
"/build",
|
||||
|
|
Loading…
Reference in New Issue
Block a user