diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..590413b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,16 @@ +# 忽略 Git 历史 +.git +.gitignore + +# 忽略 VS Code Dev Container 和设置 +.devcontainer +.vscode + +# 忽略本地构建/编译产物(如果它们不在容器内构建) +build/ +*.o +*.so + +# 忽略文档 +*.md +README.md \ No newline at end of file