mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
chore: Add comment about gitignore patterns
This commit is contained in:
parent
239262f360
commit
8d59a519a6
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue