[API/FLY/SPY] Update .gitignore (#87)

Ignore files generated by `make build`
This commit is contained in:
agodnic 2023-01-24 12:02:41 -03:00 committed by GitHub
parent 11e1718317
commit d93613b833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

4
api/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.env
# executable generated by `make build`
api

5
fly/.gitignore vendored
View File

@ -1 +1,4 @@
.env
.env
# executable generated by `make build`
fly

5
spy/.gitignore vendored
View File

@ -1 +1,4 @@
.env
.env
# executable generated by `make build`
spy