docsify/.gitignore
Joe Pea b960519608
feat: output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392)
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
2025-12-03 21:49:44 -08:00

22 lines
279 B
Plaintext

# Directories
.husky/_
.idea
.vercel
_playwright-report
_playwright-results
node_modules
# Files
.DS_Store
*.log
# Exceptions
!.gitkeep
# Output folder for the global build only
dist
# TypeScript declaration files for standard ESM consumption
src/**/*.d.ts
src/**/*.d.ts.map