From 47ff28b56cd63063fe212bf5ee464c6abea6319a Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Mon, 4 Nov 2024 15:00:23 -0500 Subject: [PATCH] Ignore direnv and Emacs files (#196) So that contributors can customize direnv and Emacs settings without checking them into the repository accidentally. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 905ae9df..06c3fc76 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,9 @@ lib/ **/cdk.out **/cdk.context.json + +# direnv +.envrc + +# Emacs +.dir-locals.el