0213d8c6d6
Add config/config.yaml to set default configurations. Use the config/local_config.yaml to set the custom configurations Change-Id: I22049e478b6440c765751c8f17663f36f33c277a
40 lines
459 B
Plaintext
40 lines
459 B
Plaintext
/node_modules/
|
|
/dist
|
|
.DS_Store
|
|
yarn-error.log
|
|
package-lock.json
|
|
.vscode
|
|
.idea
|
|
config/local_config.yaml
|
|
test/e2e/videos
|
|
test/e2e/screenshots
|
|
test/e2e/downloads
|
|
.nyc_output
|
|
coverage
|
|
test/e2e/results
|
|
test/e2e/report
|
|
*.qcow2
|
|
/packages
|
|
reno.cache
|
|
skyline_console.egg-info/
|
|
AUTHORS
|
|
ChangeLog
|
|
RELEASENOTES.rst
|
|
doc/build
|
|
doc/source/_static
|
|
|
|
# config
|
|
test/e2e/config/local_config.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
build/
|
|
.tox
|