.gitignore: ignore .db and .sesskey files as well

This commit is contained in:
Delyan Angelov 2025-06-06 12:11:48 +03:00
parent 1e71fa3e38
commit 0de2f742f0
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

4
.gitignore vendored
View File

@ -76,6 +76,10 @@ cache/
.vscode/
*.code-workspace
*~
~*
.sesskey
tmp*
*.db
*.swp
*.swo
*.swn