From ad6b3c6fe0653f4791aa5c083590aa630b895976 Mon Sep 17 00:00:00 2001
From: dsehnal <david.sehnal@gmail.com>
Date: Tue, 27 Jul 2021 12:28:56 +0200
Subject: [PATCH] add DS_store to .gitignore

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

diff --git a/.gitignore b/.gitignore
index e2df4e3ff..1a11fa856 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ tsconfig.commonjs.tsbuildinfo
 
 *.sublime-workspace
 .idea
+
+.DS_Store
\ No newline at end of file
-- 
GitLab