skyline-console/.gitignore
xusongfu 3069f72333 fix: Hide vCPUs & ram in hypervisor
vCPUs and ram are not used for bare metal scheduling

Change-Id: I7272aad91429828f2fae4d44e3bf9552fe63741c
2021-09-14 10:19:06 +08:00

31 lines
345 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
/packages
# config
test/e2e/config/local_config.yaml
# Python
__pycache__/
*.py[cod]
*$py.class
.env
.venv
env/
venv/
ENV/
/skyline_console/static