From 7a7e1578d36557310b3bbd72a1fbe6941437140d Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Tue, 17 Oct 2023 19:33:24 -0700 Subject: [PATCH] .gitignore agbenchmark_config data --- autogpts/autogpt/.gitignore | 4 ---- autogpts/autogpt/agbenchmark_config/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 autogpts/autogpt/agbenchmark_config/.gitignore diff --git a/autogpts/autogpt/.gitignore b/autogpts/autogpt/.gitignore index 1180cd49..30555099 100644 --- a/autogpts/autogpt/.gitignore +++ b/autogpts/autogpt/.gitignore @@ -162,10 +162,6 @@ openai/ # news CURRENT_BULLETIN.md -# AgBenchmark -agbenchmark_config/reports/ -agbenchmark_config/workspace/ - # Nodejs package-lock.json package.json diff --git a/autogpts/autogpt/agbenchmark_config/.gitignore b/autogpts/autogpt/agbenchmark_config/.gitignore new file mode 100644 index 00000000..78bb5abd --- /dev/null +++ b/autogpts/autogpt/agbenchmark_config/.gitignore @@ -0,0 +1,3 @@ +logs/ +reports/ +temp_folder/