From 5969a1e85846dee4d25ab2dfbe857187caf9caa7 Mon Sep 17 00:00:00 2001 From: 7hr08ik <7hr08ik@gmail.com> Date: Sun, 9 Aug 2026 22:30:15 +0100 Subject: [PATCH] chore: ignore the whole scripts directory scripts/ holds local development tooling that runs against a private TubeArchivist instance and is only useful for developing this fork. Ignoring the directory rather than naming each file keeps future helper scripts local by default. Note: AI Generated Commit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 110d606..2d6ba64 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ PROJECT_PLAN.md # Testing tests/ .env -scripts/make-test-media.sh +scripts/