mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2025-12-13 23:56:25 +08:00
- For Arcaea 5.6.0 - Fix a bug that `skill_amane` may arise error when the step type of world map is null. - Add a new bundle update mode, which is same with official server, that the server will find a update path from old version to new version, ignoring the application version restrictions.
30 lines
393 B
Plaintext
30 lines
393 B
Plaintext
# log files
|
|
*.log
|
|
*.log.*
|
|
|
|
# SSL cert
|
|
*.pem
|
|
*.key
|
|
|
|
# sqlite3 database
|
|
*.db
|
|
*.db.bak*
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# setting/config files
|
|
latest version/config/
|
|
latest version/config.py
|
|
|
|
# song data
|
|
latest version/database/songs/
|
|
latest version/database/bundle/
|
|
|
|
!latest version/database/bundle/README.md
|
|
|
|
# backup
|
|
latest version/database/backup/
|