mermaid/.gitignore
Patrick Ellis 0dce8f4104
Add "Debug Current Test File" configuration for VSCode
Just press F5 (or ⌘+⇧+P -> `Debug Current Test File`)
"
2022-09-22 12:33:09 -04:00

34 lines
400 B
Plaintext

.DS_Store
node_modules/
coverage/
.idea/
dist
yarn-error.log
.npmrc
token
package-lock.json
# ignore files in /.vscode/ except for /.vscode/launch.json
/.vscode/**
!/.vscode/launch.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