From 03e0bcae6f8391875dc9fa0018f154e3c68cb465 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 May 2026 16:24:23 +0000 Subject: [PATCH] chore: gitignore Syncthing artifacts Adds .stignore, .stfolder*, .stversions, *.sync-conflict-* so future syncs don't pollute the working tree. Deleted existing conflict files and stale .stfolder.removed-* (current files won). Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f81ee87..061d9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,9 @@ __screenshots__/ test-results/ playwright-report/ + +# Syncthing +.stignore +.stfolder* +.stversions +*.sync-conflict-*