Ignore .osc directory

This commit is contained in:
Adam Majer
2024-06-10 17:31:14 +02:00
committed by Dirk Müller
parent 6bd5d72100
commit 40ad64ddff
2 changed files with 7 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ class GitExporter:
# create file if not existant
self.git.add_default_lfs_gitattributes(force=False)
self.git.add_default_gitignore()
to_download, to_delete = flat.commit.calc_delta(branch_state[flat.branch])
for file in to_delete: