mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 04:13:37 +08:00
Add ignore rule for migrations for client.realm.lock
This commit is contained in:
@@ -43,7 +43,8 @@ namespace osu.Game.IO
|
||||
{
|
||||
"framework.ini",
|
||||
"storage.ini",
|
||||
"client.realm.note"
|
||||
"client.realm.note",
|
||||
"client.realm.lock",
|
||||
};
|
||||
|
||||
public OsuStorage(GameHost host, Storage defaultStorage)
|
||||
|
||||
Reference in New Issue
Block a user