Skip to content

Commit 39eb08c

Browse files
committed
Excluding PHP vendor from index. (this is a little different then the Go one, so needed a new rule)
1 parent 773b8d8 commit 39eb08c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cocoindex_code/indexer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"**/build/assets", # Build asserts directories
5151
"**/dist", # Distribution directories
5252
"**/vendor/*.*/*", # Go vendor directory (domain-based paths)
53+
"**/vendor/*", # PHP vendor directory
5354
"**/.cocoindex_code", # Our own index directory
5455
]
5556

0 commit comments

Comments
 (0)