From 09c8696a36123df8aa90b8a3a118d0f4f45cc578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cipriani=20Bandarra?= Date: Fri, 30 Jan 2026 19:01:00 +0000 Subject: [PATCH] Removes .DS_Store and ignores it --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 8fb44a99fb057165cbb8aa82d615c0de2a66b907..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyG{c^3>=dbC()#&++W}iR#Er@egH`5f`T|9QC^kr;?o#EKtvZL8X7c~ytC`` zcy&{p&j4)wy1NEe00z1vj=s#zpS#cOq9TqKHJ-7@BgWmh-OsYm2b?>Q^M-po;T!+q zaEKZUjCjG;OMZsVS5j08NC7Dz1*Cu!_>BVW*>1ySqE;y&1*E{20{(qybjMyeCB~q#?<||cioxPm*+D5;ld(J!Ejr*W* miFQnkcFcpf0UpQ9lE&i%bgqwE`bVQyM@3 diff --git a/.gitignore b/.gitignore index b7f7b51..443aca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env target/ +.DS_Store