aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar minalike <[email protected]>2022-02-20 17:58:13 -0500
committerGravatar minalike <[email protected]>2022-02-20 17:58:13 -0500
commitb6c5aeca21a33c8cbf512d4da154bb43f70a0813 (patch)
treeb5898b35807bf3e68d0b63b66b054b68dda907f3
parentMerge pull request #647 from python-discord/voice-mute-in-metricity-endpoint (diff)
Update .gitignore to ignore MacOS system files
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08d257bc..45073da5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -129,3 +129,6 @@ log.*
# Local Netlify folder
.netlify
+
+# Mac/OSX
+.DS_Store