Ensure storage/paper-dynasty-service-creds.json is covered by .gitignore #40

Closed
opened 2026-02-20 06:52:50 +00:00 by cal · 1 comment
Owner

cogs/gameplay.py:51 references this file. .gitignore has storage* which should cover it, but worth confirming it is not already tracked with git ls-files storage/.

`cogs/gameplay.py:51` references this file. `.gitignore` has `storage*` which should cover it, but worth confirming it is not already tracked with `git ls-files storage/`.
cal added the
security
label 2026-02-20 06:52:50 +00:00
cal added the
ai-working
label 2026-03-03 18:35:09 +00:00
cal removed the
ai-working
label 2026-03-03 18:36:46 +00:00
Author
Owner

Verified and fixed in PR #43.

Findings:

  • git ls-files storage/ returns empty — no storage files are tracked by git ✓
  • .gitignore already has storage* (line 133) which covers storage/paper-dynasty-service-creds.json

Change made: Added an explicit storage/paper-dynasty-service-creds.json entry to .gitignore alongside the existing storage* pattern to make the protection intent unambiguous for this sensitive Google Sheets service credential file.

Verified and fixed in PR #43. **Findings:** - `git ls-files storage/` returns empty — no storage files are tracked by git ✓ - `.gitignore` already has `storage*` (line 133) which covers `storage/paper-dynasty-service-creds.json` ✓ **Change made:** Added an explicit `storage/paper-dynasty-service-creds.json` entry to `.gitignore` alongside the existing `storage*` pattern to make the protection intent unambiguous for this sensitive Google Sheets service credential file.
cal added the
ai-pr-opened
label 2026-03-03 18:37:18 +00:00
cal closed this issue 2026-03-10 18:26:32 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-discord#40
No description provided.