Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/index_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
return None