From 599a38b235701b9d88ee624c539420f67cc42277 Mon Sep 17 00:00:00 2001 From: ayrenter Date: Fri, 22 Mar 2024 14:00:08 -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