Files
svgedit/.gitignore
JFH 0417618156 Fix build issue #862 (#863)
* migrate cypress
* clean local storage before each test
2022-12-11 23:39:44 +01:00

21 lines
429 B
Plaintext

ignore
node_modules
src/editor/react-extensions/react-test/node_modules
docs/jsdoc
cypress/results
cypress/screenshots
cypress/videos
cypress.env.json
# do not ignore the coverage summary so it can be used to compare master and PR coverage
# see .github/workflows/onpushandpullrequest.yml
!coverage/
coverage/*
!coverage/coverage-summary.json
instrumented
.nyc_output
.vscode
.DS_Store
.idea
dist
coverage/coverage-summary.json