mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pr 56 (#56)
* Ignore *.bmbp files Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.idea
|
||||
.vscode
|
||||
*_Spoiler.txt
|
||||
*.bmbp
|
||||
*.pyc
|
||||
*.sfc
|
||||
*.wixobj
|
||||
|
@@ -28,7 +28,9 @@ if __name__ == "__main__":
|
||||
|
||||
ModuleUpdate.update()
|
||||
|
||||
from Utils import parse_yaml, get_public_ipv4, get_options
|
||||
|
||||
from Utils import get_public_ipv4, get_options
|
||||
|
||||
from Patch import create_patch_file
|
||||
|
||||
options = get_options()
|
||||
|
Reference in New Issue
Block a user