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