We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c100021 commit 1932fbcCopy full SHA for 1932fbc
cycode/cli/files_collector/documents_walk_ignore.py
@@ -118,6 +118,8 @@ def filter_documents_with_cycodeignore(
118
if not os.path.exists(cycodeignore_path):
119
return documents
120
121
+ logger.info('Using %s for filtering documents', cycodeignore_path)
122
+
123
ignore_filter_manager = _create_ignore_filter_manager(repo_path, cycodeignore_path)
124
125
allowed_paths = _build_allowed_paths_set(ignore_filter_manager, repo_path)
0 commit comments