Pad/.gitignore
Greg Pomerantz 3f1c881a06 browser: document lazy loading implementation plan
- Add detailed §15 lazy loading plan with 7 implementation steps
- Update Phase 2 checklist with specific tasks
- Add E2E test harness for browser files
- Refactor browser layout and handler structure
- Add .gitignore for common patterns

WIP: Actual lazy loading not yet implemented.
2026-05-31 18:43:46 +00:00

16 lines
109 B
Plaintext

# Syncthing
.stfolder/
# Go test cache
*.test
*.out
# IDE
.idea/
.vscode/
# OS files
.DS_Store
Thumbs.db