Python’s shutil.ignore_patterns not working despite given valid glob pattern
I’m trying to write a script for which I want to copy a git repository, but without the .git
folder. Here is my entire code:
Python’s shutil.ignore_patterns not working despite given valid glob pattern
I’m trying to write a script for which I want to copy a git repository, but without the .git
folder. Here is my entire code:
Python’s shutil.ignore_patterns not working despite given valid glob pattern
I’m trying to write a script for which I want to copy a git repository, but without the .git
folder. Here is my entire code: