gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f800970c8bd8504f27295e3b4119af92c86fec92
parent 4d66fb9603ada9b04f642576bbc541189876a3f3
Author: Lukáš Zapletal <lukas@zapletalovi.com>
Date:   Sun,  6 Nov 2022 11:30:14 +0100

[chore] gitignore /bin entry (#970)


Diffstat:
M.gitignore | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -23,9 +23,12 @@ web/assets/swagger.yaml example/docker-compose/docker-volume # excludes debug build -cmd/gotosocial/__debug_bin +/cmd/gotosocial/__debug_bin # ignore f0x' nix-shell, direnv shell.nix .direnv -.envrc -\ No newline at end of file +.envrc + +# ignore custom GOBIN path +/bin