Remove backup directory and improve gitignore

- Delete backups/ directory (use git for version control)
- Add backup file patterns to .gitignore
- Git is the best backup strategy
This commit is contained in:
2025-10-09 06:19:17 +00:00
parent f8532b8306
commit cef3ab7534
33 changed files with 3 additions and 3267 deletions

3
.gitignore vendored
View File

@@ -100,3 +100,6 @@ scripts/deploy-*-webhook.sh
.kilocode/
# Symbolic links
mcp_shared_config.json
# Backup files (use git for version control)
backup-*/
*.backup