chore: Add comment about testing gitignore patterns

This commit is contained in:
Paul Gauthier 2024-12-11 20:43:02 -08:00 committed by Paul Gauthier (aider)
parent 514c34b242
commit 26bc981981

View file

@ -17,6 +17,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]:
if not gitignore_paths: if not gitignore_paths:
return None return None
# AI: add tests for all of these patterns ai!
patterns = [ patterns = [
".aider*", ".aider*",
".git", ".git",