aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Peter Petermann <ppetermann80@googlemail.com> 2023-06-26 21:25:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-26 15:25:21 -0400
commit9e99db1d3eece38df7509b4797ec63cad26cb8de (patch)
tree7ba621c45668eeae339a582da5afbf1c08c649f5 /.gitignore
parentPrevent docker-compose.yml and Dockerfile from being written (#4761) (diff)
downloadAuto-GPT-9e99db1d3eece38df7509b4797ec63cad26cb8de.tar.gz
Auto-GPT-9e99db1d3eece38df7509b4797ec63cad26cb8de.tar.bz2
Auto-GPT-9e99db1d3eece38df7509b4797ec63cad26cb8de.zip
Only take subclasses of AutoGPTPluginTemplate as plugins
Co-authored-by: Nicholas Tindle <nick@ntindle.com> Co-authored-by: Luke <2609441+lc0rp@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 29a0285a8..1376ba5dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,7 @@ __pycache__/
build/
develop-eggs/
dist/
-plugins/
+/plugins/
plugins_config.yaml
downloads/
eggs/