We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ac2d9b + 39eb08c commit 8935040Copy full SHA for 8935040
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 = [
@@ -49,6 +50,7 @@
49
50
"**/build/assets", # Build asserts directories
51
"**/dist", # Distribution directories
52
"**/vendor/*.*/*", # Go vendor directory (domain-based paths)
53
+ "**/vendor/*", # PHP vendor directory
54
"**/.cocoindex_code", # Our own index directory
55
56
0 commit comments