jb-infra/.gitignore
Josh Bairstow 74b1c3fcbb docs: add admin password-reset recipe; gitignore local secret notes
- README maintenance: reset admin password via UI or 'forgejo admin
  user change-password' (no email/old password needed)
- .gitignore: secrets.local.md + *.local.secret so off-git credential
  backups can never be committed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 22:12:11 +10:00

7 lines
201 B
Text

# Forgejo runner registration file — contains a secret, never commit.
runner/.runner
*.env
# Local secret notes — backup of credentials kept off git. NEVER commit.
secrets.local.md
*.local.secret