mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-22 15:17:57 +01:00
The copy repos script now also ignores the .gradle folder.
This commit is contained in:
parent
896fbdb79d
commit
e1fc918dc9
@ -58,7 +58,7 @@ def copytree(src, dst, warn = 0):
|
|||||||
dp = os.path.join(dst, item)
|
dp = os.path.join(dst, item)
|
||||||
|
|
||||||
if os.path.isdir(sp):
|
if os.path.isdir(sp):
|
||||||
if item == ".git" or item == "bin" or item == "__pycache__" or item == ".import" or item == "logs" or item == "release" or item == "export" or item == "build" or item == "libs":
|
if item == ".git" or item == ".gradle" or item == "bin" or item == "__pycache__" or item == ".import" or item == "logs" or item == "release" or item == "export" or item == "build" or item == "libs":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
#print(item)
|
#print(item)
|
||||||
|
Loading…
Reference in New Issue
Block a user