From 585111a27b36d09f2ad9b960dcd187cc98c4541e Mon Sep 17 00:00:00 2001 From: Mikhail Kiselev Date: Tue, 10 Feb 2026 02:33:34 +0300 Subject: [PATCH] chore: add dist and build artifacts to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 456d90c..4d7226c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Daily Timer build outputs build/bin/ +build/darwin/Info.plist bin/ +dist/ # Frontend frontend/node_modules/