From 7732f0f158a1d2bc6b0b66bac64fef8f94e39ef3 Mon Sep 17 00:00:00 2001 From: Pham Tan Minh Tien Date: Tue, 15 Jul 2025 20:37:06 +0700 Subject: [PATCH] chore: add .DS_Store to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4869b9bd..779c956b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,7 @@ node_modules # cursor .cursor/ -bun.lockb \ No newline at end of file +bun.lockb + +# mac +.DS_Store \ No newline at end of file