mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
023c59d0f3
commit
00988f45d8
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class Commands:
|
|||
fname = Path(self.coder.root) / word
|
||||
|
||||
if self.coder.repo and self.coder.repo.ignored_file(fname):
|
||||
self.io.tool_error(f"Skipping {fname} that matches aiderignore spec.")
|
||||
self.io.tool_error(f"Skipping {fname} due to aiderignore or --subtree-only.")
|
||||
continue
|
||||
|
||||
if fname.exists():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue