mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
9f2d609be3
Added ignoring .DS_Store for mac environments. It can be assumed that some developers may not have global .gitignore settings for their environments. This will ease the friction of rejected push, commit rollback, again putting changes from stashes and then again pushing. Can save precious time for some devs using Mac systems.
25 lines
344 B
Plaintext
25 lines
344 B
Plaintext
scripts/keys.py
|
|
scripts/*json
|
|
scripts/node_modules/
|
|
scripts/__pycache__/keys.cpython-310.pyc
|
|
package-lock.json
|
|
*.pyc
|
|
auto_gpt_workspace/*
|
|
*.mpeg
|
|
.env
|
|
*venv/*
|
|
outputs/*
|
|
ai_settings.yaml
|
|
.vscode
|
|
.idea/*
|
|
auto-gpt.json
|
|
log.txt
|
|
|
|
# Coverage reports
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
# For Macs Dev Environs: ignoring .Desktop Services_Store
|
|
.DS_Store
|