From f800970c8bd8504f27295e3b4119af92c86fec92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zapletal?= Date: Sun, 6 Nov 2022 11:30:14 +0100 Subject: [PATCH] [chore] gitignore /bin entry (#970) --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60a50dc05..b3ddcb399 100644 --- 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