From a587b798e4c361435a742af58dac2a768194a08a Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 3 Jul 2017 14:41:20 +0430 Subject: [PATCH] gitignore .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 3 +++ 2 files changed, 3 insertions(+) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 1ad899dbcdc748036dd701eacb0ec11e243703d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyJ`bL3>+mc4$`I(2Sbbi#2M3J zT*oXyY@Q(Y!ZDE|1kgGlC+ZoQs7@HV6)|Fx!@~RZ=JlH_u58Z)4k@C?#6Xc7@{2$qaAbO f?f5y0vab1>=e=-D3_9~cC+cUwb&*MdzgFN1-fR_w diff --git a/.gitignore b/.gitignore index 3395ea12b6..9e3e18df72 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ coverage # Intellij idea *.iml .idea + +# Macos +.DS_Store