mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 17:48:27 -05:00
Sidebar extension with tree views for build, debug, precommit, and publish workflows. Integrates with the book CLI for chapter-level builds, cross-reference checks, and MIT Press release packaging.
9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
.gitignore
|
|
tsconfig.json
|
|
**/*.map
|
|
**/*.ts
|
|
node_modules/**
|