From 9817795fb02dbc10eee288950c9ea1445faf4f2a Mon Sep 17 00:00:00 2001 From: Timothy Quilling Date: Thu, 14 Dec 2023 15:18:16 -0500 Subject: [PATCH] gitignore input and prompts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e44a00..a6a103c 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,8 @@ pids lib-cov # Coverage directory used by tools like istanbul -coverage \ No newline at end of file +coverage + +input.txt +prompt_a.md +prompt_b.md -- 2.51.2