From 26bc981981fcf56ebaa30c7ee983ff1a648b159c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 20:43:02 -0800 Subject: [PATCH] chore: Add comment about testing gitignore patterns --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) 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",