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 # Distribution / packaging
.Python .Python
build/ **/build/
develop-eggs/ **/develop-eggs/
dist/ **/dist/
downloads/ **/downloads/
eggs/ **/eggs/
.eggs/ .eggs/
lib/ **/lib/
lib64/ **/lib64/
parts/ **/parts/
sdist/ **/sdist/
var/ **/var/
wheels/ **/wheels/
share/python-wheels/ **/share/python-wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg