- 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.
16 lines
109 B
Plaintext
16 lines
109 B
Plaintext
# Syncthing
|
|
.stfolder/
|
|
|
|
# Go test cache
|
|
*.test
|
|
*.out
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|