1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

gitignore: ignore *.db-shm files

This commit is contained in:
Henrik Hautakoski 2024-07-07 15:03:35 +02:00
parent 687aeb1d21
commit c6a603d5f2

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.log *.log
*.db *.db
*.db-wal *.db-wal
*.db-shm