mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
11affc32ee
1. Added 'demos/dev/**' to be ignored by Prettier. 2. Added '!/demos/dev/example.html' so that Prettier ensures no one changes the example.html in a way that doesn't obey the Prettier code formatting rules.
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
dist
|
|
cypress/platform/xss3.html
|
|
.cache
|
|
coverage
|
|
# Autogenerated by PNPM
|
|
pnpm-lock.yaml
|
|
stats
|
|
**/.vitepress/components.d.ts
|
|
**/.vitepress/cache
|
|
.nyc_output
|
|
# Autogenerated by `pnpm run --filter mermaid types:build-config`
|
|
packages/mermaid/src/config.type.ts
|
|
# Ignore the files creates in /demos/dev except for example.html
|
|
demos/dev/**
|
|
!/demos/dev/example.html |