- Refactoring: Move build-html to build directory
- Optimization: Remove old build/tools closure/yuicompressor code - Testing: Produce mochawesome report - Testing: Cypress with multiple reporters (was expecting we'd need, but doesn't hurt to add for now) - Docs: Add testing badge - Docs: Reprioritize `docs` in commit lists (prioritize user-facing) - npm: Update `package-lock.json` (seems to have fixed so Cypress shows incremental results)
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,16 +1,17 @@
|
||||
ignore
|
||||
node_modules
|
||||
|
||||
build/
|
||||
|
||||
svgedit-custom.css
|
||||
|
||||
docs/jsdoc
|
||||
|
||||
cypress/results
|
||||
cypress/screenshots
|
||||
cypress/videos
|
||||
cypress.env.json
|
||||
|
||||
coverage/**
|
||||
instrumented/**
|
||||
coverage
|
||||
instrumented
|
||||
.nyc_output
|
||||
mochawesome-report
|
||||
mochawesome.json
|
||||
|
||||
Reference in New Issue
Block a user