ci: Ignore website theme file which has jinja in it

This commit is contained in:
Suraj Shetty 2023-11-13 11:53:55 +05:30
parent b1294596db
commit a306818e49

View file

@ -44,7 +44,8 @@ repos:
.*boilerplate.*|
frappe/www/website_script.js|
frappe/templates/includes/.*|
frappe/public/js/lib/.*
frappe/public/js/lib/.*|
frappe/website/doctype/website_theme/website_theme_template.scss
)$