mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
70f852222c
- Fix disambiguation suffix (-2f9gk) in statusBarItems reference - Fix missing parameter docs in alert() overloads (borderStyle, borderColor, titleColor) - Replace ``InternalType`` DocC links with `InternalType` inline code across ~30 source files and ~8 DocC articles - Remove internal types (FocusManager, ThemeManager) from DocC Topics sections - Fix ambiguous statusBarItems(_:) link in StatusBarItemBuilder - Update DocC articles: FocusSystem, Architecture, ListAndTable, LayoutSystem (new), RenderCycle, AppLifecycle - Update TUIkit.md Topics with all current public types - Add papers/ and .gource/ to .gitignore, remove from tracking - Delete stale files: output.log, palette-preview.html, session.md, backup files - Move completed plans (codebase-refactoring, REFACTORING_ROADMAP) to done/ - Remove empty .claude/commands/ directory
29 lines
393 B
Plaintext
29 lines
393 B
Plaintext
.DS_Store
|
|
/.build
|
|
/Packages
|
|
xcuserdata/
|
|
DerivedData/
|
|
.swiftpm/configuration/registries.json
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
.netrc
|
|
|
|
# DocC generated output
|
|
/docs-output/
|
|
|
|
# Docs site (Astro)
|
|
docs/node_modules/
|
|
docs/.astro/
|
|
docs/dist/
|
|
docs/.env.local
|
|
docs/project-stats.json
|
|
|
|
# Claude Code
|
|
img/
|
|
logo-prompt.md
|
|
session-*.md
|
|
*.backup
|
|
|
|
# Local tooling
|
|
papers/
|
|
.gource/
|