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>
49 lines
494 B
Plaintext
49 lines
494 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tsbuildinfo
|
|
|
|
.eslintcache
|
|
|
|
# Cypress
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Vitest
|
|
__screenshots__/
|
|
|
|
# Vite
|
|
*.timestamp-*-*.mjs
|
|
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# Syncthing
|
|
.stignore
|
|
.stfolder*
|
|
.stversions
|
|
*.sync-conflict-*
|