From a36fac68d12f175b2993aa55da945c007de6e206 Mon Sep 17 00:00:00 2001 From: GuanYuankai Date: Mon, 20 Oct 2025 06:07:04 +0000 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AErknn=20sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .dockerignore 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