This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/.gitignore b/.gitignore | |
| index 1fec94d..fec9261 100644 | |
| --- a/.gitignore | |
| +++ b/.gitignore | |
| @@ -344,3 +344,6 @@ FodyWeavers.xsd | |
| .idea/.idea.osu.Desktop/.idea/misc.xml | |
| .idea/.idea.osu.Android/.idea/deploymentTargetDropDown.xml | |
| +# osu Portable mode | |
| +osuPortable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const bip39wordlist = [ | |
| "abandon", | |
| "ability", | |
| "able", | |
| "about", | |
| "above", | |
| "absent", | |
| "absorb", | |
| "abstract", | |
| "absurd", |