diff options
author | 2022-06-08 21:31:12 +0200 | |
---|---|---|
committer | 2022-06-08 21:31:12 +0200 | |
commit | f30a5812681efcd4df6d592e04f3547ec4162b93 (patch) | |
tree | 4c1a1927bd7a8476eeed50a271b09a5982b2a4a8 | |
parent | [feature] More consistent API error handling (#637) (diff) | |
download | gotosocial-f30a5812681efcd4df6d592e04f3547ec4162b93.tar.xz |
[chore] gitignore shell.nix (#639)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b1f97a828..3af4a6508 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ web/assets/swagger.yaml example/docker-compose/docker-volume # excludes debug build -cmd/gotosocial/__debug_bin
\ No newline at end of file +cmd/gotosocial/__debug_bin + +# ignore f0x' nix-shell +shell.nix
\ No newline at end of file |