From ec474530e48cc8fa02510e06cc05561feb9d4aef Mon Sep 17 00:00:00 2001 From: ticvac Date: Fri, 19 Jul 2024 11:41:53 +0200 Subject: [PATCH] add .DS_store to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3a2a533..5216e441 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ TODO # dokumentace docs/_build -docs/modules \ No newline at end of file +docs/modules + +# Mac users +.DS_Store