mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
Auto-GPT: unbreak Docker release build
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
7
autogpts/autogpt/.gitignore
vendored
7
autogpts/autogpt/.gitignore
vendored
@@ -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
|
||||||
|
|||||||
0
autogpts/autogpt/plugins/.keep
Normal file
0
autogpts/autogpt/plugins/.keep
Normal file
Reference in New Issue
Block a user