feat: add .dockerignore to ignore files when build images (#16223)

This commit is contained in:
Yingchun Lai
2026-01-07 06:34:16 +08:00
committed by GitHub
parent 18e2ef09d7
commit 6beb50d612
2 changed files with 13 additions and 12 deletions

1
.dockerignore Symbolic link
View File

@@ -0,0 +1 @@
.gitignore

24
.gitignore vendored
View File

@@ -8,19 +8,19 @@ __pycache__/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
**/build/
**/develop-eggs/
**/dist/
**/downloads/
**/eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
**/lib/
**/lib64/
**/parts/
**/sdist/
**/var/
**/wheels/
**/share/python-wheels/
*.egg-info/
.installed.cfg
*.egg