From 4e36f6104ab435712b17f7ffe12f0b6139cfba7c Mon Sep 17 00:00:00 2001 From: Aung Myo Kyaw <9404824+AungMyoKyaw@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:12:09 +0700 Subject: [PATCH] chore: ignore macOS .DS_Store system files in .gitignore (#129) Co-authored-by: Aung Myo Kyaw --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index be8d342..4dd47dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules *.orig Copilot-Processing.md + +# macOS system files +.DS_Store