Pr 56 (#56)
* Ignore *.bmbp files Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
This commit is contained in:
parent
59f1999881
commit
412e30fabc
|
@ -1,6 +1,7 @@
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
*_Spoiler.txt
|
*_Spoiler.txt
|
||||||
|
*.bmbp
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sfc
|
*.sfc
|
||||||
*.wixobj
|
*.wixobj
|
||||||
|
|
|
@ -28,7 +28,9 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
ModuleUpdate.update()
|
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
|
from Patch import create_patch_file
|
||||||
|
|
||||||
options = get_options()
|
options = get_options()
|
||||||
|
|
Loading…
Reference in New Issue