From 32b85589386c380e821ba250da2e614a4b29f3df Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Tue, 21 Nov 2023 10:08:27 +0200 Subject: [PATCH] Add .DS_Store to default .xvcignore (#244) --- core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/lib.rs b/core/src/lib.rs index b60c704bc..8fc35666d 100755 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -67,6 +67,8 @@ pub const XVCIGNORE_INITIAL_CONTENT: &str = " # Add patterns of files xvc should ignore, which could improve # the performance. # It's in the same format as .gitignore files. + +.DS_Store "; /// The Git directory for a project.