knsv/mermaid

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
.DS_Store

node_modules/
coverage/
.idea/
.pnpm-store/

dist
v8-compile-cache-0

yarn-error.log
.npmrc
token

package-lock.json

# ignore files in /.vscode/ except for launch.json and extensions.json
/.vscode/**
!/.vscode/launch.json
!/.vscode/extensions.json

cypress/platform/current.html
cypress/platform/experimental.html
local/

_site
Gemfile.lock
/.vs

cypress/screenshots/
cypress/snapshots/

# eslint --cache file
.eslintcache
.tsbuildinfo
tsconfig.tsbuildinfo

knsv*.html
local*.html
stats/

**/user-avatars/*
**/contributor-names.json
.pnpm-store
.nyc_output

demos/dev/**
!/demos/dev/example.html
tsx-0/**