Run #1858 got past install, tsc and oxlint; knip then failed with 1188 "unused files" — all under .pnpm-store/, because the Gitea runner keeps pnpm's content store inside the checkout, and it now contains the from-source matrix-js-sdk tree. knip honours .gitignore, so ignoring the store directory (verified locally with a synthetic .pnpm-store) is enough. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PPmy3tPq869XDW4njjVaKA
42 lines
573 B
Plaintext
42 lines
573 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.env
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
*.bkp
|
|
.idea/
|
|
public/config.json
|
|
backend/synapse_tmp/*
|
|
backend/synapse_tmp_othersite/*
|
|
/coverage
|
|
config.json
|
|
|
|
# Yarn
|
|
yarn-error.log
|
|
/.pnp.*
|
|
/.yarn/*
|
|
!/.yarn/patches
|
|
!/.yarn/plugins
|
|
!/.yarn/releases
|
|
!/.yarn/sdks
|
|
!/.yarn/versions
|
|
# old yarn based linking
|
|
/.links.yaml
|
|
/.links.disabled.yaml
|
|
/.links.temp-disabled.yaml
|
|
# pnpm based linking
|
|
/.links.cjs
|
|
/.links.disabled.cjs
|
|
/.links.temp-disabled.cjs
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
*storybook.log
|
|
storybook-static
|
|
.pnpm-store/
|