Add ignore rule for migrations for client.realm.lock

This commit is contained in:
Dean Herbert
2021-04-26 15:35:26 +09:00
parent 311cfe04bb
commit 3bf462e4fa

View File

@ -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)