From a96e482fd33cfcf875b8f8626948ef86c21ccbf0 Mon Sep 17 00:00:00 2001 From: Liu Date: Tue, 12 Apr 2022 19:19:32 -0400 Subject: [PATCH] Add .DS_Store to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2680feb..09e58ea 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ keys.txt batchdownload/keys.txt batchdownload/dumpgenerator.py batchdownload/uploader.py - +.DS_Store