chore: Remove compiled binary from repo and add to .gitignore
This commit is contained in:
parent
841b1d780c
commit
06924383bb
2 changed files with 3 additions and 0 deletions
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
|
|
@ -19,3 +19,6 @@ go.work
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Compiled binary
|
||||||
|
api
|
||||||
|
|
|
||||||
BIN
backend/api
BIN
backend/api
Binary file not shown.
Loading…
Reference in a new issue