From ef813f757201f4ac1e1466000a28dc701f9f57b0 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