mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
chore: Add comment about testing gitignore patterns
This commit is contained in:
parent
514c34b242
commit
26bc981981
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def load_gitignores(gitignore_paths: list[Path]) -> Optional[PathSpec]:
|
|||
if not gitignore_paths:
|
||||
return None
|
||||
|
||||
# AI: add tests for all of these patterns ai!
|
||||
patterns = [
|
||||
".aider*",
|
||||
".git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue