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",
|
"/*.txt",
|
||||||
"/*.js",
|
"/*.js",
|
||||||
"/*.md",
|
"/*.md",
|
||||||
|
"/*.sh",
|
||||||
"/package.json",
|
"/package.json",
|
||||||
"/Makefile",
|
"/Makefile",
|
||||||
"/build",
|
"/build",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user