Files
svgedit/.gitignore
JFH 614a361558 do not ignore the coverage summary
so it can be used to compare master and PR coverage
2022-08-14 11:11:52 +02:00

20 lines
398 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