diff --git a/aider/watch.py b/aider/watch.py index c4971de60..a593ef72b 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -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",