From 1190d17217486c09e0ce952917ffa1cda1f493a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jab=C5=82o=C5=84ski?= Date: Sun, 10 Aug 2025 13:38:17 +0200 Subject: [PATCH] chore: ignore macOS gargabe --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5751d32..ac4c780 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ coverage public/bundle.* public/*.woff public/*.woff2 + +.DS_Store