chore: ignore pyo files too
This commit is contained in:
parent
38f08bb695
commit
f3c876e43e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import frappe
|
|||
from frappe.website.page_renderers.base_renderer import BaseRenderer
|
||||
from frappe.website.utils import is_binary_file
|
||||
|
||||
UNSUPPORTED_STATIC_PAGE_TYPES = ("html", "md", "js", "xml", "css", "txt", "py", "pyc", "json")
|
||||
UNSUPPORTED_STATIC_PAGE_TYPES = ("html", "md", "js", "xml", "css", "txt", "py", "pyc", "json", "pyo")
|
||||
|
||||
|
||||
class StaticPage(BaseRenderer):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue