mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] gitignore /bin entry (#970)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
# ignore custom GOBIN path
|
||||
/bin
|
||||
|
Reference in New Issue
Block a user