chore: Add comment about gitignore patterns

This commit is contained in:
Paul Gauthier 2024-12-11 20:29:28 -08:00 committed by Paul Gauthier (aider)
parent 239262f360
commit 8d59a519a6

View file

@ -70,6 +70,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]:
if not gitignore_paths:
return None
# are there any others we should consider ai?
patterns = [
".aider*",
".git",