Changes to .prettierignore

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.
This commit is contained in:
futzmonitor 2023-12-04 15:47:58 -05:00
parent 5d56835c31
commit 11affc32ee
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ stats
.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