skyline-console/.gitignore
zhu.boxiang 96f906884e feat: Add releatenotes
1. add releatenotes
2. add releatenotes into tox

Change-Id: I681672d7defebe0e5104cbdffc81d1875d57f606
2022-05-07 15:34:12 +08:00

33 lines
357 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
build/
.tox