From 5a9a1adaf3d402cbe711abce7c3061fad188f15d Mon Sep 17 00:00:00 2001 From: Prajwal Muralidhara Date: Wed, 8 May 2024 12:37:29 -0700 Subject: [PATCH] fix: Add DS_Store in the gitignore list adding comment to explain the action in .gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index efce36f37..d121c41b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .vscode/ +# ignore metadata files generated by OSX operating system +.DS_Store + test-output/ dist