aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar sagarishere <5121817+sagarishere@users.noreply.github.com> 2023-04-13 09:24:15 +0300
committerGravatar GitHub <noreply@github.com> 2023-04-13 09:24:15 +0300
commit9f2d609be3760d40529dab95621bf4c04616be7f (patch)
tree960e045af288c5e507dda3f11f233640a89e78e8 /.gitignore
parentMerge pull request #781 from chozzz/fix/refactor-code (diff)
downloadAuto-GPT-9f2d609be3760d40529dab95621bf4c04616be7f.tar.gz
Auto-GPT-9f2d609be3760d40529dab95621bf4c04616be7f.tar.bz2
Auto-GPT-9f2d609be3760d40529dab95621bf4c04616be7f.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cfa3b08b5..6c83aa3b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,6 @@ log.txt
.coverage
coverage.xml
htmlcov/
+
+# For Macs Dev Environs: ignoring .Desktop Services_Store
+.DS_Store