feat: add .dockerignore to ignore files when build images (#16223)
This commit is contained in:
1
.dockerignore
Symbolic link
1
.dockerignore
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
.gitignore
|
||||||
24
.gitignore
vendored
24
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user