fix: add go module checksums and ignore local binary

Record resolved Go dependencies in go.sum after enabling SQLite-backed services and ignore the locally built server.exe artifact.
This commit is contained in:
2026-04-02 22:24:52 +03:00
parent 35abd27473
commit e6a8d9411e
3 changed files with 67 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ dist/
build/
.vite/
*.tsbuildinfo
server.exe
.DS_Store
.env
.env.local