From f8f03faa1ddcd4eacac46879413839a72816f6f7 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 5 Jul 2026 01:11:53 +0200 Subject: [PATCH] chore: gitignore stray tester.yaml test account Prevents git add -A from sweeping a local browser-test account (with its password hash) into the content repo, matching the existing testrunner.yaml ignore. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01H1FrCYNq6RXdGYbn5PFrhM --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 110f1e0..392dac0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !/plugins/entry-actions/ /data/ /accounts/testrunner.yaml +/accounts/tester.yaml /pages/01.trips/italy-2026-demo/ /pages/02.post/*ui-test*/ /config/plugins/git-sync.yaml