From 91f6880f23cf76daf4b57a796b2968a17c1aee45 Mon Sep 17 00:00:00 2001 From: Father Bot Date: Mon, 8 Dec 2025 14:50:12 +0300 Subject: [PATCH] Stop tracking .DS_Store Remove the committed macOS .DS_Store file from the index and add it to .gitignore so it does not get re-committed. --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index f758a93d2f16ce9225865c3eecb81718125deb49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOHRWu5Pfc|(!!=<#Re%CAQCr7OS`B9Ea(LwX+af9%cqrKmpymj3Y?D>ys@n+ zabXD(Xhs@8d;G?ZU!+V7zzo*YW1t71Ll)gU#1+%a%z7; z0eN>#q*!7#&TH?l&zbncnmtGx8CeTlV~(4E`xbEbF(o&{EoOMYkAd@LJKJ z$J5Mkk2Rl0dIf!f6;BnjecIAcbgAaI$z0)zK1WvH%bvf=WvZGgpbDr0KcoO_wpeG+ zp|+}kDxeB%6p-&jL>EjvmJaQwgN?lc5L*meW8eP#6C()_6OW}sMrg*R5?!kCR}ACt z4#uT(KJon0p-YFcJ98bsv+*|+4rV2|D*5k|MestsRF9N zzf!=ohLhodNAk6G>u^$QBl;y>On9ZkO$s}<6q75Z_<(MW@klzv#AE4@5t{x8SQ)fY I1%6e5PuXC3$p8QV diff --git a/.gitignore b/.gitignore index 42d3d90..8dc50c1 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,7 @@ config/config.env docker-compose.dev.yml -mongodb/ \ No newline at end of file +mongodb/ + +# macOS +.DS_Store \ No newline at end of file