Ensure storage/paper-dynasty-service-creds.json is covered by .gitignore
#40
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cogs/gameplay.py:51references this file..gitignorehasstorage*which should cover it, but worth confirming it is not already tracked withgit ls-files storage/.Verified and fixed in PR #43.
Findings:
git ls-files storage/returns empty — no storage files are tracked by git ✓.gitignorealready hasstorage*(line 133) which coversstorage/paper-dynasty-service-creds.json✓Change made: Added an explicit
storage/paper-dynasty-service-creds.jsonentry to.gitignorealongside the existingstorage*pattern to make the protection intent unambiguous for this sensitive Google Sheets service credential file.