From f291b9c190df3dd017262b150381e809e448bced Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 6 Aug 2026 18:34:55 -0400 Subject: [PATCH] The Powered-by-BGG badge stays out of the repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's BGG's asset, provided through the owner's registered application page — redistributing it in a public repo isn't ours to do. Each user saves their own as data/powered-by-bgg.png (the export says so when the file is absent), same principle as API tokens. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e55cc11..2e82459 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.storage_state.json data/.lan_key data/.own_repo +# BGG's badge asset is licensed to YOUR registered app - get your own +data/powered-by-bgg.png playwright/.auth/ storage_state.json