mirror of
https://github.com/hoornet/vega.git
synced 2026-04-23 22:30:00 -07:00
scripts/memory-test.sh records peak/min WebKit RSS per user-driven phase (login, global scroll, following scroll, thread open, etc.) and writes a TSV for side-by-side comparison between builds. Used during the v0.12.8 OOM investigation and kept for future regressions. Output files gitignored.
51 lines
672 B
Plaintext
51 lines
672 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Playwright output
|
|
.playwright-mcp/
|
|
|
|
# Build artifacts / test screenshots
|
|
squashfs-root/
|
|
phase-4-tests/
|
|
screenshots/
|
|
*.png
|
|
!src-tauri/icons/*.png
|
|
|
|
# Memory test output (produced by scripts/memory-test.sh)
|
|
memory-test-*.tsv
|
|
|
|
# Private docs (drafts, specs, research, grant applications)
|
|
private_docs/
|
|
test/accounts.json
|
|
|
|
# AI agent / editor state
|
|
.agents/
|
|
.claude/
|
|
.omc/
|
|
.pi/
|
|
.windsurf/
|
|
.impeccable.md
|
|
skills-lock.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|