skyline-console/.gitignore
Jingwei.Zhang 0213d8c6d6 feat: optimize configuration reading
Add config/config.yaml to set default configurations. Use the config/local_config.yaml to set the custom configurations

Change-Id: I22049e478b6440c765751c8f17663f36f33c277a
2023-05-31 11:41:19 +08:00

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