From 311c8e4fdc61c606c479d499d195089d9cac1206 Mon Sep 17 00:00:00 2001 From: RS Date: Mon, 5 Apr 2021 14:32:58 -0700 Subject: [PATCH] Ignore DS_Store (#617) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d55c4dc0..540bc06a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ target/ *.info sslkeylogfile.txt admin/rustfmt +.DS_Store +._.DS_Store +**/.DS_Store +**/._.DS_Store