Files
shuiguoji/.gitignore
T
2026-07-23 08:58:13 +08:00

16 lines
269 B
Plaintext

# Runtime configuration and installation state
/storage/install-config.php
/storage/installed.lock
# Runtime output and local backups
/storage/*.log
/storage/*.sqlite
/storage/*.db
*.sql.gz
*.bak
# Local editor and operating-system metadata
.DS_Store
.idea/
.vscode/