chore: remove server binary from git tracking

Remove the binary from version control and add it to .gitignore to
prevent future commits of build artifacts.
This commit is contained in:
2026-02-05 18:22:33 -05:00
parent c3a84dc14f
commit 67c4bdf0c7
2 changed files with 1 additions and 0 deletions

1
backend/.gitignore vendored
View File

@@ -33,3 +33,4 @@ go.work.sum
*.swo
*~
server
server