From b3236f46934610eb332bdac8af73b16ecf45b293 Mon Sep 17 00:00:00 2001 From: "r.jaepel" <r.jaepel@fz-juelich.de> Date: Mon, 4 Sep 2023 13:23:56 +0200 Subject: [PATCH] Fix docx lfs inclusion --- cadetrdm/initialize_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadetrdm/initialize_repo.py b/cadetrdm/initialize_repo.py index 2f92637..f7092cd 100644 --- a/cadetrdm/initialize_repo.py +++ b/cadetrdm/initialize_repo.py @@ -97,7 +97,7 @@ def initialize_git_repo(path_to_repo: str, output_repo_name: (str | bool) = "out gitattributes = [] 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() -- GitLab