添加 .dockerignore 过滤 docker cp 不必要文件。缩小镜像

This commit is contained in:
itgpt
2024-08-08 16:21:30 +08:00
committed by GitHub
parent 1d6ea2dbe6
commit 0c679a0151
+17
View File
@@ -0,0 +1,17 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# github acions
.github/
.*ignore
# User-specific stuff
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
# Environments
.env
.venv
env/
venv*/
ENV/
.conda/
README*.md