summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-04 23:25:44 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-04 23:25:44 +1300
commit1f82a90833990db8efe6111f89a9126a2fde74c5 (patch)
treeba7783a34a51fa710e332b00f824cef93abc2436 /.gitignore
parentd58a4d4ec245ea336b0e8b93e5ae3907b39395b4 (diff)
feat: refactor tooling
Diffstat (limited to '')
-rw-r--r--.gitignore14
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 10bb410..9536941 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
-/.direnv
-/result
-/target
+# Development environment
+.devenv
+.direnv
+.pre-commit-hooks.yaml
+
+# Nix
+result
+result/
+
+# Rust
+target/