chore: exclude server binary from version control

Add server binary to .gitignore to prevent committing build artifacts.
This commit is contained in:
2026-02-05 18:22:30 -05:00
parent ae2eb1fac0
commit c3a84dc14f

1
backend/.gitignore vendored
View File

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