From 1d355edd85508d321097fb53d65388a8fb9c3834 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Mon, 24 Oct 2022 13:54:57 +0100
Subject: [PATCH] added gitignore for mac stuff

---
 .gitignore | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/.gitignore b/.gitignore
index ac9cdeb6b..ab3fb710b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -167,3 +167,32 @@ db.sqlite3
 *.swp
 
 *~
+
+########
+# ignore for mac
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
\ No newline at end of file
-- 
GitLab