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
This commit is contained in:
Will Chen
2025-09-09 16:11:51 -07:00
committed by GitHub
parent 74edefcb8f
commit b9672004ed

View File

@@ -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