From 2d0fb7646712974e8ed123a92c0952f708043730 Mon Sep 17 00:00:00 2001 From: happy2discover Date: Tue, 6 Jul 2021 06:28:55 +0000 Subject: [PATCH 1/2] Remove .DS_Store --- .DS_Store | Bin 10244 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5a15e1fa2f1a8776cf979c545681eb0a27293fc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10244 zcmeI1O=uHA6vt=U7&onr0R=yxuot0+qKOu34@!*j;3e87)JQNi?dC)f>O?Eb$ZBL?c26o zydZ>dppft(q#}eAxQO-afy$zgesVRGHh!lEEQWZLn(~Dwv~;$?Q{IpYNCl(0RCr_qI5DVYpH-#Kq^pEfIJ^mxQO+0TV<9$I-sIQ0I&|YO$)R=qybjt*3WH~ zS?Ga+StwW*iun-(vv9btaz8(}Rc2W@!u;@o`OKJ~P%xbx##gC3!hU9DEftUoG%7&O z?hbSmO`#;xh4cG9=ajK8tp$Velop43%JM_^oL8M55#gK z_4Yv^jI=8nWMqU#3ZzEj>_)i=;z=~c`9{m||^ak5fzDF=@DPG5+oXRej6S7w(%1}K<6nb2PL zxmG`bmc>#9vGIMEwU<%$r?*|XJMXCM7UQM0Iski50R{dy3$(GjD5;R+Dtb-D&SBVtY=oSehJ zm021B6-~#3rRjM1Kn~I*w@7^Hs~2zkxverw!@-A!gZ)E42Go-t;>)W%|Non*RnvK0 MgeuSf5sN(dZwMNG)c^nh -- Gitee From 3b20f3454702c2397f02f48813ccefa26737fc9b Mon Sep 17 00:00:00 2001 From: happy2discover Date: Tue, 6 Jul 2021 06:30:14 +0000 Subject: [PATCH 2/2] Ignore .DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4870b98..4795218 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /*.ipr /*.iws /*.iml + +.DS_Store -- Gitee