From c60f314afb85d8cfed210252e2710d38e3e81a3e Mon Sep 17 00:00:00 2001 From: Colin Copeland Date: Wed, 10 Mar 2021 14:48:14 -0500 Subject: [PATCH] ignore envrc, direnv, and vscode --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 332e572..0d70078 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ content/ _build/ .DS_Store +.envrc +.direnv +.vscode