Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Feb 28, 2024
1 parent 7f0e3dd commit 4ae7007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions bin/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,7 @@ def update_gitignore_file(self):
# what he does.
if gitignorefile.read_text().find('data/') == -1:
with gitignorefile.open("a") as f:
f.write('\n')
f.write(content)
log('Updated .gitignore.')
else:
Expand Down
3 changes: 0 additions & 3 deletions skel/problem/.gitignore

This file was deleted.

0 comments on commit 4ae7007

Please sign in to comment.