gitignore update

This commit is contained in:
2024-09-14 11:53:38 +02:00
parent fb41e1b02b
commit 23fffe134c

5
.gitignore vendored
View File

@@ -1,2 +1,7 @@
/target /target
*.env *.env
vote.db
vote.db-shm
vote.db-wal
/.sqlx
/migrations