From 841f7aa0de64e7f89e8669903c6018a024ece166 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 27 Mar 2025 22:04:27 -0400 Subject: [PATCH] add direnv and vscode dotfiles to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64ae7f3..185d509 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,10 @@ go.work go.work.sum # env file -.env \ No newline at end of file +.env + +# Direnv directory +.direnv/ + +# Vscode directory +.vscode/ \ No newline at end of file