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:
@@ -46,6 +46,8 @@ const ALLOWED_EXTENSIONS = [
|
||||
// Edge cases
|
||||
// https://github.com/dyad-sh/dyad/issues/880
|
||||
".py",
|
||||
// https://github.com/dyad-sh/dyad/issues/1221
|
||||
".php",
|
||||
];
|
||||
|
||||
// Directories to always exclude
|
||||
|
||||
Reference in New Issue
Block a user