# git worktree metadata
.worktrees/

# ShopXO runtime files
shopxo/runtime/
shopxo/vendor/
shopxo/public/static/upload/
shopxo/data.db

# OS files
.DS_Store

# ShopXO installation files (auto-generated during install, do not track)
shopxo/adminufgeyw.php
shopxo/public/adminufgeyw.php

# 强制追踪 vr_ticket 插件的 database 目录（全局 gitignore 的 database 规则过宽）
!shopxo/app/plugins/vr_ticket/database/
