adc62957a7
CI / Lint & Type Check (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test (Windows path suite) (push) Waiting to run
CI / Build (push) Blocked by required conditions
CI / No Committed Build Artifacts (push) Waiting to run
CI / Multi-repo Path Gate (AST-grep) (ubuntu-latest) (push) Waiting to run
CI / Multi-repo Path Gate (AST-grep) (windows-latest) (push) Waiting to run
CI / Version Consistency Check (push) Waiting to run
CI / npm pack + install test (push) Blocked by required conditions
Upgrade Test / omc update + session-start hook (push) Waiting to run
27 lines
256 B
Plaintext
27 lines
256 B
Plaintext
# Source files (compiled to dist/)
|
|
src/
|
|
|
|
# Examples
|
|
examples/
|
|
|
|
# Config files
|
|
tsconfig.json
|
|
.eslintrc*
|
|
.prettierrc*
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Development
|
|
node_modules/
|
|
*.log
|
|
.env*
|
|
|
|
# TypeScript source (keep .d.ts)
|
|
*.ts
|
|
!*.d.ts
|
|
|
|
# Plans and notes
|
|
.claude/
|