2305aacb93
1. Add `skyline-nodejs14-run-lint-xx` jobs to execute code static analysis 2. Add `skyline-nodejs14-run-unit-test` jobs to execute unit test Change-Id: Ic3453c40c54882e72b804d23f6941cb94e83975f
30 lines
335 B
Plaintext
30 lines
335 B
Plaintext
/node_modules/
|
|
/dist
|
|
.DS_Store
|
|
yarn-error.log
|
|
package-lock.json
|
|
.vscode
|
|
.idea
|
|
test/e2e/videos
|
|
test/e2e/screenshots
|
|
test/e2e/downloads
|
|
.nyc_output
|
|
coverage
|
|
test/e2e/results
|
|
test/e2e/report
|
|
*.qcow2
|
|
|
|
# config
|
|
test/e2e/config/local_config.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
/skyline_console/static
|