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