From c3cbc96499730bd2c40d9c25cbbe5aebec2c788d Mon Sep 17 00:00:00 2001 From: burndaflame <6634023+burndaflame@users.noreply.github.com> Date: Wed, 9 Jun 2021 19:01:07 +0200 Subject: [PATCH] =?UTF-8?q?now=20ignoring=20=C2=B4.DS=5FStore=C2=B4=20file?= =?UTF-8?q?=20of=20mac-os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7c9eefc3..7f75213e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +# Mac-OS file +.DS_Store + # IDE Folders .idea/ .vs/