From b3af566a7ddd008e37cf94dc51c4d6b4f44de3ad Mon Sep 17 00:00:00 2001 From: Tobias Reinhard <16916681+tobireinhard@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:54:15 -0400 Subject: [PATCH] Added .DS_Store files to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index af2ca7b0a..2b592bb31 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ __pycache__/ # Ignore certificate files. *.pem *.crt + +# Ignore OS bookkeeping files +.DS_Store