# Runtime files generated by the installer — contain DB credentials.
/storage/runtime.php
/storage/installed.lock

# Uploaded application packages.
/storage/packages/

# Keep the storage directory tracked but ignore its runtime contents.
!/storage/.gitkeep

# IP 限流计数（授权码接口、注册、下载）
/storage/rate-limit/

# 数据库备份文件（后台「数据备份」生成）
/storage/backups/
