aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-20 16:47:18 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-20 16:47:18 +0200
commit24361e7820b1591c6616d1609bbad27b42a5fdd0 (patch)
tree66d9a2fafde54beddea924e5c56e1893a3bb3869
parent0dde8b195fc62e0d05933e094f5ae09bc917cf09 (diff)
add direnv to gitignore
l---------.direnv/flake-profile1
l---------.direnv/flake-profile-2-link1
-rw-r--r--.gitignore2
3 files changed, 2 insertions, 2 deletions
diff --git a/.direnv/flake-profile b/.direnv/flake-profile
deleted file mode 120000
index c7ae5b7..0000000
--- a/.direnv/flake-profile
+++ /dev/null
@@ -1 +0,0 @@
-flake-profile-2-link \ No newline at end of file
diff --git a/.direnv/flake-profile-2-link b/.direnv/flake-profile-2-link
deleted file mode 120000
index 5175965..0000000
--- a/.direnv/flake-profile-2-link
+++ /dev/null
@@ -1 +0,0 @@
-/nix/store/b70fhnqlc2jw2y0ihbblpgskw26iypc8-webtray-env \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 7e0cf01..6a1672d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ target/
compile_commands.json
.cache/
result
+.direnv/
+.envrc