chore: update .gitignore (add vendor/upload/data.db), drop outdated comment

council/SecurityEngineer
Council 2026-04-19 15:38:40 +08:00
parent b9da3e6fb7
commit dfee295709
1 changed files with 7 additions and 2 deletions

9
.gitignore vendored
View File

@ -1,6 +1,11 @@
# git worktree metadata (do not commit worktrees)
# git worktree metadata
.worktrees/
# ShopXO runtime files
shopxo/runtime/
shopxo/vendor/ (if not committed)
shopxo/vendor/
shopxo/public/static/upload/
shopxo/data.db
# OS files
.DS_Store