Skip to content

Commit 8935040

Browse files
authored
Merge pull request #19 from solanex/main
Add php files to indexer
2 parents 1ac2d9b + 39eb08c commit 8935040

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cocoindex_code/indexer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"**/*.mdx", # MDX
4040
"**/*.txt", # Plain text
4141
"**/*.rst", # reStructuredText
42+
"**/*.php", # PHP
4243
]
4344

4445
EXCLUDED_PATTERNS = [
@@ -49,6 +50,7 @@
4950
"**/build/assets", # Build asserts directories
5051
"**/dist", # Distribution directories
5152
"**/vendor/*.*/*", # Go vendor directory (domain-based paths)
53+
"**/vendor/*", # PHP vendor directory
5254
"**/.cocoindex_code", # Our own index directory
5355
]
5456

0 commit comments

Comments
 (0)