Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# Service account files
*service-account*.json
devbits-*.json

Copilot AI Feb 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignoring /backups/ prevents future commits, but the removed SQL dumps contained sensitive/user data (password hashes, push tokens, direct messages). Deleting them in a PR does not remove them from Git history—please rotate/invalidates any leaked credentials/tokens and consider purging these files from history (e.g., git filter-repo/BFG) if this repo is shared/public.

Suggested change
devbits-*.json
devbits-*.json
# Local backup artifacts (for example SQL dumps) can contain highly sensitive data
# such as user data, password hashes, push tokens, or direct messages. Never commit
# these files. If backups were ever committed to this repository, rotate/invalidate
# any leaked credentials/tokens and purge the backup files from Git history
# (for example, using git filter-repo or BFG) before sharing this repo.

Copilot uses AI. Check for mistakes.

/backups/
# nginx certs (if you keep private certs locally, move to secrets/ and ignore)
nginx/certs/
Loading
Loading