From ccdff3430884fcb1a297640322cad9121b25d033 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 24 Feb 2022 16:17:02 -0500 Subject: [PATCH] [U] Ignore DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2df54f7..e22fa55 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,5 @@ audio_tmp src/voice-bot-token.txt venv8 venv9 + +.DS_Store