From a1c10ff3300cc93569b885d68f9f7235c189cf9c Mon Sep 17 00:00:00 2001 From: long2ice Date: Tue, 17 Nov 2020 10:09:37 +0800 Subject: [PATCH] exclude .DS_store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e515cc..81065c9 100644 --- a/.gitignore +++ b/.gitignore @@ -144,4 +144,5 @@ cython_debug/ migrations aerich.ini src -.vscode \ No newline at end of file +.vscode +.DS_Store