From 1a06baec6f5eb717d1280cae36c053076ef271c3 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Fri, 22 May 2026 12:23:11 +0800 Subject: [PATCH] chore: ignore .DS_Store (#219) macOS Finder writes .DS_Store sidecar files into every directory it touches; they should never be tracked. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea0cf0b..441b910 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -DeepLX \ No newline at end of file +DeepLX + +# macOS Finder metadata +.DS_Store