Auto-GPT: unbreak Docker release build

This commit is contained in:
Reinier van der Leer
2023-09-09 03:52:04 +02:00
parent 77806700ab
commit 1cfc3f9d43
3 changed files with 6 additions and 5 deletions

4
.gitignore vendored
View File

@@ -31,8 +31,6 @@ __pycache__/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
/plugins/
plugins_config.yaml
downloads/ downloads/
eggs/ eggs/
.eggs/ .eggs/
@@ -166,4 +164,4 @@ agbenchmark/reports/
# Nodejs # Nodejs
package-lock.json package-lock.json
package.json package.json

View File

@@ -31,7 +31,7 @@ __pycache__/
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
/plugins/ /plugins/*
plugins_config.yaml plugins_config.yaml
downloads/ downloads/
eggs/ eggs/
@@ -166,4 +166,7 @@ agbenchmark/reports/
# Nodejs # Nodejs
package-lock.json package-lock.json
package.json package.json
# Keep
!.keep

View File