From 6069516b57e1c883f654d63783eee2d0b531b8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 27 Jan 2024 22:58:21 +0100 Subject: [PATCH] gitignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 27f6517..7b8a83e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ composer.lock .php-cs-fixer.cache .idea/ .phpunit.cache/ +.DS_Store