mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
62888665f8
* Add functional benchmarking suite * Optimize regex performance * Fix rendering issue with code blocks * Fix bench commands * Table optimizations * Math Block Detection Caching * Parse blocks optimizations * More regex-to-loop optimizations * Update layout.tsx * Remove dependency on vfile * Optimize string operations * Create markdown.test.tsx * Optimized cache key generation * Fix display issue * Add core Markdown parsing benchmarks * Update section.tsx * CSV / TSV escaping optimization * More optimizations * Run Ultracite * Fix remaining lint issues
48 lines
536 B
Plaintext
48 lines
536 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Prevent accidental npm lockfiles in pnpm monorepo
|
|
package-lock.json
|
|
**/package-lock.json
|
|
|
|
# Fumadocs
|
|
.source
|
|
|
|
# Benchmarks
|
|
results.txt |