Skip to content

Commit

Permalink
Auto-GPT: unbreak Docker release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 9, 2023
1 parent 7780670 commit 1cfc3f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ __pycache__/
build/
develop-eggs/
dist/
/plugins/
plugins_config.yaml
downloads/
eggs/
.eggs/
Expand Down Expand Up @@ -166,4 +164,4 @@ agbenchmark/reports/

# Nodejs
package-lock.json
package.json
package.json
7 changes: 5 additions & 2 deletions autogpts/autogpt/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __pycache__/
build/
develop-eggs/
dist/
/plugins/
/plugins/*
plugins_config.yaml
downloads/
eggs/
Expand Down Expand Up @@ -166,4 +166,7 @@ agbenchmark/reports/

# Nodejs
package-lock.json
package.json
package.json

# Keep
!.keep
Empty file added autogpts/autogpt/plugins/.keep
Empty file.

0 comments on commit 1cfc3f9

Please sign in to comment.