aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Maiko Bossuyt <hello@maiko-bossuyt.eu> 2023-04-13 13:50:41 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-13 13:50:41 +0200
commit334400edd1dc3c4f4ab41ddcce748b1f4c61de71 (patch)
tree912268d75787de8bb30d254ccc381aaa398c7127 /.gitignore
parentsplit_file() rework (diff)
parentMerge pull request #802 from sweetlilmre/more_azure (diff)
downloadAuto-GPT-334400edd1dc3c4f4ab41ddcce748b1f4c61de71.tar.gz
Auto-GPT-334400edd1dc3c4f4ab41ddcce748b1f4c61de71.tar.bz2
Auto-GPT-334400edd1dc3c4f4ab41ddcce748b1f4c61de71.zip
Merge branch 'Torantulino:master' into add_ingest_documents_script
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 403417ebd..4e3f07773 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,9 +7,11 @@ package-lock.json
auto_gpt_workspace/*
*.mpeg
.env
+azure.yaml
*venv/*
outputs/*
ai_settings.yaml
+last_run_ai_settings.yaml
.vscode
.idea/*
auto-gpt.json
@@ -20,3 +22,6 @@ log-ingestion.txt
.coverage
coverage.xml
htmlcov/
+
+# For Macs Dev Environs: ignoring .Desktop Services_Store
+.DS_Store