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

Fix incorrect hdf5 file ending in lfs_filetypes

parent 9afee579
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ def initialize_git_repo(path_to_repo: str, output_repo_name: (str | bool) = "out ...@@ -109,7 +109,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", "*.m5", "*.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