* Ignore *.bmbp files

Co-authored-by: Fabian Dill <[email protected]>
This commit is contained in:
CaitSith2
2020-04-02 14:47:46 +02:00
committed by GitHub
co-authored by Fabian Dill
parent 59f1999881
commit 412e30fabc
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
.idea
.vscode
*_Spoiler.txt
*.bmbp
*.pyc
*.sfc
*.wixobj
+3 -1
View File
@@ -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()