Skip to content

Commit 29917d8

Browse files
committed
Add sqlite artefacts in gitignore
1 parent 33c168e commit 29917d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
bin/
22
obj/
33
*.db
4+
*.db-shm
5+
*.db-wal
46
Publish/
57
/packages/
68
riderModule.iml
@@ -29,4 +31,4 @@ bundle.min.css
2931
/CoverageReport/
3032

3133
# MacOS
32-
.DS_Store
34+
.DS_Store

0 commit comments

Comments
 (0)