Skip to content

Commit 2ffb778

Browse files
author
Sergey Mamadjanov
authored
feat: add *.log & *.bak files to gitignore (soxoj#511)
1 parent 7ba8af0 commit 2ffb778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ src/
1515
.ipynb_checkpoints
1616
*.ipynb
1717

18+
# Logs and backups
19+
*.log
20+
*.bak
21+
1822
# Output files, except requirements.txt
1923
*.txt
2024
!requirements.txt

0 commit comments

Comments
 (0)