Skip to content

Commit

Permalink
Add sqlite3 journal files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Feb 29, 2024
1 parent d89b3b8 commit 213dd9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
/spec/reports/
/tmp/
/sandbox/db/*.sqlite3
/sandbox/db/*.sqlite3-shm
/sandbox/db/*.sqlite3-wal
/sandbox/*.sqlite3-journal
/sandbox/
/sandbox/log/*.log
/sandbox/tmp/
/spec/dummy/db/*.sqlite3
/spec/dummy/db/*.sqlite3-shm
/spec/dummy/db/*.sqlite3-wal
/spec/dummy/*.sqlite3-journal
/spec/dummy/log/*.log
/spec/dummy/tmp/*
Expand Down

0 comments on commit 213dd9c

Please sign in to comment.