aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar EH <eesa.hamza@gmail.com> 2023-04-17 03:34:02 +0100
committerGravatar GitHub <noreply@github.com> 2023-04-17 03:34:02 +0100
commit9589334a305198c837bfb8720ed6f06176b2f216 (patch)
tree77f357ffc558b79a0e7f00b265d4c6b13cd313e7 /.gitignore
parentAdded Credit to README.md Demo (diff)
downloadAuto-GPT-9589334a305198c837bfb8720ed6f06176b2f216.tar.gz
Auto-GPT-9589334a305198c837bfb8720ed6f06176b2f216.tar.bz2
Auto-GPT-9589334a305198c837bfb8720ed6f06176b2f216.zip
Add File Downloading Capabilities (#1680)
* Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Fix Lint Issues * Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Conditionally add the 'download_file' prompt * Update args.py * Removed Duplicate Prompt * Switched to using path_in_workspace function
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eda7f3273..2220ef6e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ autogpt/keys.py
autogpt/*json
autogpt/node_modules/
autogpt/__pycache__/keys.cpython-310.pyc
+autogpt/auto_gpt_workspace
package-lock.json
*.pyc
auto_gpt_workspace/*