From 7b8d03ca6a4e2297c43fecc5b35f853bfa7e912a Mon Sep 17 00:00:00 2001 From: adanamanya Date: Sun, 26 Jul 2026 16:41:46 +0700 Subject: [PATCH] chore: ignore the local Remotion project The intro video is built with Remotion, which pulls a node_modules tree and a headless Chromium download that both dwarf the Go module. Nothing in the build, the test suite or the release depends on it, and a rendered mp4 belongs on a release as an asset rather than in git history. Kept in the working tree so it is there when the video needs recutting, and out of the repository so cloning the tool does not mean cloning a video project. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 54068a7..c0e5826 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,9 @@ Thumbs.db # Committed deliberately in a real project; ignored here so the tool's own # repo does not accumulate its own output during testing. /.kiro/loop/ + +# Local-only Remotion project for the intro video. Kept out of the repository +# on purpose: it pulls a Chromium download and a node_modules tree that dwarf +# the Go module, and nothing in the build or the release depends on it. Render +# the mp4 locally and upload it as a release asset instead of versioning it. +/remotion/