Skip to content

Commit 27fd561

Browse files
chore(gitignore): broaden database ignore pattern to include SQLite journal files
1 parent b06dfc1 commit 27fd561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ venv.bak/
2020
eduu/*.session*
2121

2222
# Database
23-
*.db
23+
*.db*
2424

2525
# Bot personal config file
2626
config.py

0 commit comments

Comments
 (0)