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 <noreply@anthropic.com>
This commit is contained in:
parent
9a4e501be9
commit
03e0bcae6f
6
.gitignore
vendored
6
.gitignore
vendored
@ -40,3 +40,9 @@ __screenshots__/
|
||||
|
||||
test-results/
|
||||
playwright-report/
|
||||
|
||||
# Syncthing
|
||||
.stignore
|
||||
.stfolder*
|
||||
.stversions
|
||||
*.sync-conflict-*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user