1.8 KiB
1.8 KiB
| id | type | title | tags | importance | confidence | created | updated | relations | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5b3a4ace-297a-412f-adf9-db44d9df859d | fix | Fix: Explicit .gitignore entry for paper-dynasty service credentials |
|
0.5 | 0.8 | 2026-03-03T18:36:59.842574+00:00 | 2026-03-03T19:03:04.821920+00:00 |
|
Fix: Explicit .gitignore entry for paper-dynasty service credentials
Problem
Issue #40 in cal/paper-dynasty-discord: confirm storage/paper-dynasty-service-creds.json (Google Sheets service credential file referenced at cogs/gameplay.py:120) is not tracked by git.
Verification
git ls-files storage/returned empty — no storage files tracked.gitignorealready hadstorage*(line 133) covering the directory
Solution
Added explicit entry to .gitignore:
storage/paper-dynasty-service-creds.json
This sits alongside the existing storage* pattern, making the intent unambiguous for this sensitive credential file even if the broader pattern changes in the future.
Files Changed
.gitignore