🙈 忽略文件夹

This commit is contained in:
BalconyJH 2024-12-10 04:33:45 +08:00
parent 8dca5394be
commit d06d65cff0
No known key found for this signature in database
GPG Key ID: FF602923BD2A1FAF

View File

@ -1,7 +1,11 @@
.devcontainer/ .devcontainer/
.github/ .github/
.vscode/ .vscode/
assets/ .idea/
.pytest_cache/
.ruff_cache/
.venv/
docs_image/
k8s/ k8s/
tests/ tests/
.dockerignore .dockerignore
@ -9,6 +13,7 @@ tests/
.gitignore .gitignore
.pre-commit-config.yaml .pre-commit-config.yaml
.prettier* .prettier*
.env.dev
docker-compose.yml docker-compose.yml
Dockerfile Dockerfile
LICENSE LICENSE