From 6892f67a0437519ad1c07a36f348582ae80c8d17 Mon Sep 17 00:00:00 2001 From: shadowninja55 <49539636+shadowninja55@users.noreply.github.com> Date: Fri, 16 Jul 2021 04:58:39 -0400 Subject: [PATCH] .gitignore: add common nix files to the dev env section (#10822) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 35ce9ab86e..e2843c891e 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,7 @@ test.bin # ignore codespace env .venv/ +shell.nix +default.nix +flake.nix +.envrc