1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 18:44:15 +08:00

Add ignore rule for migrations for client.realm.lock

This commit is contained in:
Dean Herbert
2021-04-26 15:35:26 +09:00
Unverified
parent 311cfe04bb
commit 3bf462e4fa
+2 -1
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)