We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac2d9b commit 773b8d8Copy full SHA for 773b8d8
1 file changed
src/cocoindex_code/indexer.py
@@ -39,6 +39,7 @@
39
"**/*.mdx", # MDX
40
"**/*.txt", # Plain text
41
"**/*.rst", # reStructuredText
42
+ "**/*.php", # PHP
43
]
44
45
EXCLUDED_PATTERNS = [
0 commit comments