Auto-GPT/.gitignore
sagarishere 9f2d609be3
Update .gitignore
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.
2023-04-13 09:24:15 +03:00

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