From 87a0a8e026f24de971af7c828e028903fa856d1c Mon Sep 17 00:00:00 2001 From: Konstantin Serebryakov <97249355+KonstantinSerebryakov@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:48:32 +0300 Subject: [PATCH] chore: ignore .history and .DS_Store Co-authored-by: Cursor --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e961211..c544c96 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ build/ .DS_Store coverage/ .turbo/ +.history