chore: Update .gitignore to exclude database files
Exclude database files with the extensions "-shm" and "-wal" from version control in the .gitignore file.
This commit is contained in:
parent
6b7dcaaef6
commit
38ab89dc4c
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -270,5 +270,5 @@ src/frontend/playwright-report/index.html
|
|||
prof/*
|
||||
|
||||
src/frontend/temp
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*-shm
|
||||
*-wal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue