chore: update .gitignore
Some tools like ripgrep read the .gitignore to determine where to search
Paths like .jj are always not included by jujutsu, but they might be
included in ripgrep searches, which makes ripgrep less useful
Change-Id: Ib2868d5d67e750e67449a1949e302955c7aaeda0
Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/792
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/.gitignore b/.gitignore
index ee056bc..4c508eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,11 @@
#
# SPDX-License-Identifier: CC0-1.0
+# == generated files ==
+.sops.yaml
result
.direnv
-.sops.yaml
+
+# == jujutsu ==
+# Mostly so that things like ripgrep ignore jj - it will already ignore itself
+.jj