From 9323b82b8893fe8ac83ef5bdce3df33aca9e9a37 Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Sat, 13 Jul 2024 16:54:18 +0200 Subject: [PATCH] chore: update .gitignore to include .idea/ & .env --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0c3d7f7..d033814 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target/ - +.idea/ +.env progenitor-impl/tests/output/Cargo.lock