From 620966fbc813074701a268432b2f6d17ff3a72ef Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Wed, 4 Oct 2023 21:00:57 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e157c6..1cc8320 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ +.idea vendor composer.lock +.phpunit.cache .phpunit.result.cache -/.idea/ -/.phpunit.cache/