Unverified 提交 b9672004 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

include php (#1234)

<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added .php to ALLOWED_EXTENSIONS so codebase scanning and related features include PHP files. <!-- End of auto-generated description by cubic. --> Fixes #1221
上级 74edefcb
...@@ -46,6 +46,8 @@ const ALLOWED_EXTENSIONS = [ ...@@ -46,6 +46,8 @@ const ALLOWED_EXTENSIONS = [
// Edge cases // Edge cases
// https://github.com/dyad-sh/dyad/issues/880 // https://github.com/dyad-sh/dyad/issues/880
".py", ".py",
// https://github.com/dyad-sh/dyad/issues/1221
".php",
]; ];
// Directories to always exclude // Directories to always exclude
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论