From b737c000f0e7a4d0aeb0f60fbb6bae60f73d208a Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Tue, 7 Nov 2023 07:40:29 +0100 Subject: [PATCH] chore: add direnv to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 02e7a89c..af268fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/target /Cargo.lock +.direnv