From eb9371402236381a0128763e17debc94b6d217cf Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 16 Feb 2026 13:06:22 +0200 Subject: [PATCH] add ds_store file to ingore file --- .gitignore | 3 ++- mih_api_hub/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6c36b79..548552a8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ Mzansi_Mail/ .venv google-chrome-stable_current_amd64.deb .env -Frontend/android/app/.cxx/ \ No newline at end of file +Frontend/android/app/.cxx/ +.DS_Store \ No newline at end of file diff --git a/mih_api_hub/.gitignore b/mih_api_hub/.gitignore index 156d46ab..fb1147e5 100644 --- a/mih_api_hub/.gitignore +++ b/mih_api_hub/.gitignore @@ -1,3 +1,4 @@ .env __pycache__/ -temp*.pdf \ No newline at end of file +temp*.pdf +.DS_Store \ No newline at end of file