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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -23,9 +23,12 @@ web/assets/swagger.yaml
|
|||||||
example/docker-compose/docker-volume
|
example/docker-compose/docker-volume
|
||||||
|
|
||||||
# excludes debug build
|
# excludes debug build
|
||||||
cmd/gotosocial/__debug_bin
|
/cmd/gotosocial/__debug_bin
|
||||||
|
|
||||||
# ignore f0x' nix-shell, direnv
|
# ignore f0x' nix-shell, direnv
|
||||||
shell.nix
|
shell.nix
|
||||||
.direnv
|
.direnv
|
||||||
.envrc
|
.envrc
|
||||||
|
|
||||||
|
# ignore custom GOBIN path
|
||||||
|
/bin
|
||||||
|
Reference in New Issue
Block a user