skyline-console/.gitignore
Boxiang Zhu b08786b5c6 feat: Add doc base frame
Add doc base frame

Change-Id: Ie641923b3da8b07f6f430c00bee2736690df6f64
2022-08-01 14:28:07 +08:00

39 lines
434 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
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