fix dependabot alerts

This commit is contained in:
pycook 2023-08-01 13:46:47 +08:00
parent d7d2e127d3
commit 8c21df189f
5 changed files with 0 additions and 54 deletions

View File

@ -1,16 +0,0 @@
default: help
test: ## test in local environment
pytest -s --html=test-output/test/index.html --cov-report html:test-output/coverage --cov=api tests
clean_test: ## clean test output
rm -f .coverage
rm -rf .pytest_cache
rm -rf test-output
docker_test: ## test all case in docker container
@echo "TODO"
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' ./Makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

View File

View File

@ -1 +0,0 @@
public/* linguist-vendored

26
cmdb-ui/.gitignore vendored
View File

@ -1,26 +0,0 @@
.DS_Store
node_modules
/dist
/dist.zip
/temp
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
*.css.map
.env.development

View File

@ -1,11 +0,0 @@
#Oneops-UI
```shell
## build
yarn run build
## develop
yarn run serve
```