From 491a7b1eca0ef8d5975cd498f72582b3803db1f6 Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 14 Apr 2025 11:43:23 -0500 Subject: [PATCH] git ignore updated excluding history and env dbs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1fd81c..228f8af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -pshell_history.db \ No newline at end of file +pshell_history.db +pshell_env.db \ No newline at end of file