From e67573c792b571d06cd924c965f1e4f71dfa813d Mon Sep 17 00:00:00 2001 From: Viktor Nagy <126671+nagyv@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:28:14 +0200 Subject: [PATCH] Add yaml and Dockerfile to known extensions --- scripts/index_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/index_utils.py b/scripts/index_utils.py index a106600..620274e 100755 --- a/scripts/index_utils.py +++ b/scripts/index_utils.py @@ -38,7 +38,7 @@ '.cs', '.sh', '.bash', '.sql', '.r', '.R', '.lua', '.m', '.ex', '.exs', '.jl', '.dart', '.vue', '.svelte', # Configuration and data files - '.json', '.html', '.css' + '.json', '.html', '.css', '.yml', '.yaml', '.Dockerfile } # Markdown files to analyze @@ -1413,4 +1413,4 @@ def get_git_files(root_path: Path) -> Optional[List[Path]]: return None except (subprocess.TimeoutExpired, FileNotFoundError, Exception): # Git not available or command failed - return None \ No newline at end of file + return None