Skip to content
Snippets Groups Projects
Commit b3236f46 authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

Fix docx lfs inclusion

parent 833588e5
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ def initialize_git_repo(path_to_repo: str, output_repo_name: (str | bool) = "out ...@@ -97,7 +97,7 @@ def initialize_git_repo(path_to_repo: str, output_repo_name: (str | bool) = "out
gitattributes = [] gitattributes = []
if lfs_filetypes is None: if lfs_filetypes is None:
lfs_filetypes = ["*.jpg", "*.png", "*.xlsx", "*.h5", "*.ipynb", "*.pdf", ".docx"] lfs_filetypes = ["*.jpg", "*.png", "*.xlsx", "*.h5", "*.ipynb", "*.pdf", "*.docx"]
starting_directory = os.getcwd() starting_directory = os.getcwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment