From 11500e0a2e6114da14e5c2a5ba46d49e3eb23fc3 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