增加.dockerignore文件以便在Docker构建过程中排除不必要的文件夹/文件

This commit is contained in:
Kenn Zhang 2024-02-08 15:14:58 +00:00
parent c0a11918f7
commit 7649003d21

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
docs
logs
output
reference