From ae1046ae57fa7c4939fc5f60ffe467e6c133d49b Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Mon, 18 May 2026 20:08:21 -0400 Subject: [PATCH] chore(gitignore): ignore local build/scratch + grant LaTeX artifacts node_modules/.backfill-deps/lith caches/scratch logs and grant *.aux/*.out build files are kept on-machine; grant sources/drafts live in the vault. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 97350f9e5..67c7ceea6 100644 --- a/.gitignore +++ b/.gitignore @@ -453,3 +453,16 @@ fedac/native/upload.env.gpg # Browser e2e screenshots (tests/browser/) tests/browser/__screens__/ + +# Local build / scratch artifacts (kept on-machine, never committed) +system/backend/node_modules/ +system/backend/.backfill-deps/ +lith/cache/ +lith/scripts/out/ +/.log +/mpv-shot*.jpg + +# Grant LaTeX build artifacts (sources/drafts live in the vault) +grants/**/*.aux +grants/**/*.out +grants/lacma-2026/*.log -- 2.51.2