From e4d009dc3b762f3c458dbc0b3ad6a32e21c3fd4c Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Fri, 17 Apr 2026 18:03:06 +0300 Subject: Ignore .soupault-cache/ build artifact directory Soupault 5.x writes incremental build caches under `.soupault-cache/` in the repo root. The directory appears as untracked after any local build and `gh pr create` warns about it. Add it to .gitignore alongside `build/*` so clean checkouts stay clean. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f68996..19b1651 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/* -index.json \ No newline at end of file +index.json +.soupault-cache/ \ No newline at end of file -- cgit v1.2.3