Ignores .db files

This commit is contained in:
Dennis Schoepf 2024-04-26 15:16:20 +02:00
parent a02ee0270a
commit 6f79f255d9

3
.gitignore vendored
View file

@ -20,6 +20,9 @@
# Go workspace file # Go workspace file
go.work go.work
# SQLite
*.db
.tmp/ .tmp/
tmp tmp