From 7934ac7a64c1756b06cb1ec7c19e117bca734c77 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:18:21 +0200 Subject: [PATCH] FIX: ignore `Manifest.toml` in subdirectories --- src/repoma/.template/.cspell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repoma/.template/.cspell.json b/src/repoma/.template/.cspell.json index 71b9680d..0d8d925a 100644 --- a/src/repoma/.template/.cspell.json +++ b/src/repoma/.template/.cspell.json @@ -17,6 +17,8 @@ "ignorePaths": [ "**/*.bib", "**/.cspell.json", + "**/Manifest.toml", + "**/Project.toml", "*.ico", "*.root", "*.rst_t", @@ -41,8 +43,6 @@ "labels.toml", "labels/*.toml", "Makefile", - "Manifest.toml", - "Project.toml", "pyproject.toml", "pyrightconfig.json", "pytest.ini",