mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-25 15:23:21 +00:00
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
22 lines
279 B
Plaintext
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
|