chore: Remove compiled binary from repo and add to .gitignore

This commit is contained in:
Tiago Yamamoto 2025-12-26 12:24:44 -03:00
parent 841b1d780c
commit 06924383bb
2 changed files with 3 additions and 0 deletions

3
backend/.gitignore vendored
View file

@ -19,3 +19,6 @@ go.work
# Environment variables
.env
# Compiled binary
api

Binary file not shown.