aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <reinier.vanderleer@agpt.co> 2023-09-09 03:52:04 +0200
committerGravatar Reinier van der Leer <reinier.vanderleer@agpt.co> 2023-09-09 03:52:04 +0200
commit1cfc3f9d43efba648dc834719ddf92a5d65c622f (patch)
tree3987363e28c0d06371ce5bbe1ebb4ee1cf141d90
parentAdd support for args to `execute_python_file` (#3972) (diff)
downloadAuto-GPT-1cfc3f9d43efba648dc834719ddf92a5d65c622f.tar.gz
Auto-GPT-1cfc3f9d43efba648dc834719ddf92a5d65c622f.tar.bz2
Auto-GPT-1cfc3f9d43efba648dc834719ddf92a5d65c622f.zip
Auto-GPT: unbreak Docker release build
-rw-r--r--.gitignore4
-rw-r--r--autogpts/autogpt/.gitignore7
-rw-r--r--autogpts/autogpt/plugins/.keep0
3 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 3b4363131..b00180158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,8 +31,6 @@ __pycache__/
build/
develop-eggs/
dist/
-/plugins/
-plugins_config.yaml
downloads/
eggs/
.eggs/
@@ -166,4 +164,4 @@ agbenchmark/reports/
# Nodejs
package-lock.json
-package.json \ No newline at end of file
+package.json
diff --git a/autogpts/autogpt/.gitignore b/autogpts/autogpt/.gitignore
index 3b4363131..ad6e82b7b 100644
--- a/autogpts/autogpt/.gitignore
+++ b/autogpts/autogpt/.gitignore
@@ -31,7 +31,7 @@ __pycache__/
build/
develop-eggs/
dist/
-/plugins/
+/plugins/*
plugins_config.yaml
downloads/
eggs/
@@ -166,4 +166,7 @@ agbenchmark/reports/
# Nodejs
package-lock.json
-package.json \ No newline at end of file
+package.json
+
+# Keep
+!.keep
diff --git a/autogpts/autogpt/plugins/.keep b/autogpts/autogpt/plugins/.keep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/autogpts/autogpt/plugins/.keep