Auto-GPT: unbreak Docker release build
parent
77806700ab
commit
1cfc3f9d43
|
@ -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
|
||||
package.json
|
||||
|
|
|
@ -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
|
||||
package.json
|
||||
|
||||
# Keep
|
||||
!.keep
|
||||
|
|
Loading…
Reference in New Issue