chore: gitignore sqlite files, update lockfile

This commit is contained in:
2026-07-11 22:00:31 +02:00
parent bfaea4a4b0
commit 2bfd0c7984
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
/target /target
.env .env
.superpowers/ .superpowers/
*.db
*.db-shm
*.db-wal

1
Cargo.lock generated
View File

@@ -46,6 +46,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"domain", "domain",
"tracing",
"uuid", "uuid",
] ]