fix(selfhost): ignore timestamped config/deploy backup directories - #3568
Conversation
gittensory-config/ was ignored, but operator tooling can create sibling backup snapshots (gittensory-config.backup-<timestamp>/, .deploy-backups/) under different directory names that the existing pattern didn't match, leaving them untracked and unignored.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 17:24:59 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 3 non-blocking
Concerns raised — review before merging
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
gittensory-config/was ignored, but operator tooling can create sibling backup snapshotsunder different directory names (
gittensory-config.backup-<timestamp>/,.deploy-backups/)that the existing pattern doesn't match, leaving them untracked and unignored.
gittensory-config/entry, same exposure class.Test plan
.gitignore-only change; nosrc/**impact, nothing to unit test.git status --porcelain+ agit add -Andry run that bothdirectory shapes are now correctly ignored.