summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-06-08 21:31:12 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-08 21:31:12 +0200
commitf30a5812681efcd4df6d592e04f3547ec4162b93 (patch)
tree4c1a1927bd7a8476eeed50a271b09a5982b2a4a8
parent[feature] More consistent API error handling (#637) (diff)
downloadgotosocial-f30a5812681efcd4df6d592e04f3547ec4162b93.tar.xz
[chore] gitignore shell.nix (#639)
-rw-r--r--.gitignore5
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