From ac404af48f79cb9e97918d70cd8ab083a783e643 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 1 Mar 2021 17:03:05 -0800 Subject: [PATCH] Add .DS_Store files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a5c3201..88dd571f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,11 @@ # Dependency directories (remove the comment below to include it) # vendor/ -# goland +# GoLand .idea # Intermediate files used by Tilt /hack/lib/tilt/build + +# MacOS Desktop Services Store +.DS_Store