From b000116584d03961d4f0cc6722e57567cd606340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 28 Sep 2023 12:31:09 +0200 Subject: [PATCH] Add '.DS_Store' to '.gitignore' --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f780ba0..327758b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.DS_Store + *.yaml SECRET .env