diff options
author | 2022-11-06 11:30:14 +0100 | |
---|---|---|
committer | 2022-11-06 11:30:14 +0100 | |
commit | f800970c8bd8504f27295e3b4119af92c86fec92 (patch) | |
tree | 8db27a3877df42b558a47a5efc4c0a5e3eec7006 | |
parent | [feature] Make rate limit requests amount configurable (#966) (diff) | |
download | gotosocial-f800970c8bd8504f27295e3b4119af92c86fec92.tar.xz |
[chore] gitignore /bin entry (#970)
-rw-r--r-- | .gitignore | 7 |
1 files 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 |