From f7f305a564306cebff9852857ffa9aeb8461e8fb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 08:28:09 -0800 Subject: [PATCH] fix: Update include pattern for assets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1788085ae..9fbaf2815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ include = ["aider*", "aider.website"] "docs/ctags.md", "docs/unified-diffs.md", "docs/leaderboards/index.md", -"assets/**", +"**/assets/**", "**/.DS_Store", # [[[end]]] ]