From 7da59dcf33b290464ab9debd5554593deda47768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Christiansen=20S=C3=B8rby?= Date: Mon, 19 Apr 2021 13:57:32 +0200 Subject: [PATCH] Add direnv cache to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dee6ee1..0f23d8a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ .cargo # The cache for chain data in container -.local \ No newline at end of file +.local + +# direnv cache +.direnv