Skip to content

Commit

Permalink
Merge pull request #39 from espen/sqlliteignore
Browse files Browse the repository at this point in the history
ignore spec/dummy/db/test.sqlite3-shm/-wal
  • Loading branch information
elct9620 authored Nov 7, 2023
2 parents e210394 + e34428b commit fa8f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.bundle/
log/*.log
pkg/
spec/dummy/db/*.sqlite3
spec/dummy/db/*.sqlite3*
spec/dummy/db/*.sqlite3-journal
spec/dummy/log/*.log
spec/dummy/tmp/
Expand Down

0 comments on commit fa8f55c

Please sign in to comment.