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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ dist/
|
||||
build/
|
||||
.vite/
|
||||
*.tsbuildinfo
|
||||
server.exe
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Reference in New Issue
Block a user