From 5390b6cc953b408bb663c7bcef3521abf2810da4 Mon Sep 17 00:00:00 2001 From: nelsoduarte Date: Fri, 5 Jun 2026 19:23:23 +0100 Subject: [PATCH] chore: ignore artifacts-*/ folders (local release downloads) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 650648d..00d5847 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ dist/ # Logs de build build_*.txt +# Local release artifacts (downloaded for Microsoft Store submission) +artifacts-*/ + # Testes / temporários test_ctrl_scroll.py *.tmp