svgedit/.gitignore

21 lines
429 B
Plaintext
Raw Normal View History

ignore
node_modules
2022-06-25 21:07:06 +00:00
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
2020-01-06 13:09:36 +00:00
.vscode
2020-08-09 21:11:50 +00:00
.DS_Store
.idea
dist
coverage/coverage-summary.json