Ignores sqlite3 files

This commit is contained in:
Dennis Schoepf 2024-08-30 15:06:00 +02:00
parent 0b5fc09077
commit f2187d8559

1
.gitignore vendored
View file

@ -25,6 +25,7 @@ go.work
# SQLite # SQLite
*.db* *.db*
*.sqlite3
.tmp/ .tmp/
tmp tmp