summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
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/