From 74343830a380805d6d59ecd5fc3e11b1253efc8e Mon Sep 17 00:00:00 2001 From: wldeh Date: Fri, 22 Mar 2024 14:13:38 -0700 Subject: [PATCH] fix: add bibles directory to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a5df03..3a76bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ out/ # testing -/coverage \ No newline at end of file +/coverage + +/bibles \ No newline at end of file