From 9824815e12d424c7c3a99569b4ef9c9b542cbe66 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:30:36 -0500 Subject: [PATCH] Git history folder added to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 843b7e0..c6b8a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,7 @@ env/ venv/ ENV/ env.bak/ -venv.bak/ \ No newline at end of file +venv.bak/ + +# Git History +**/.history/*