fix: add explicit .gitignore entry for service-creds.json (#40)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m46s
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m46s
Verified via `git ls-files storage/` that no storage files are tracked. The existing `storage*` pattern already covers the directory, but adding an explicit entry for `storage/paper-dynasty-service-creds.json` makes the intent clear for this sensitive Google Sheets service credential file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3a32e52971
commit
4f691d7aeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,6 +131,7 @@ dmypy.json
|
||||
# Project specifics
|
||||
.idea/
|
||||
storage*
|
||||
storage/paper-dynasty-service-creds.json
|
||||
*compose.yml
|
||||
**.db
|
||||
**/htmlcov
|
||||
|
||||
Loading…
Reference in New Issue
Block a user