bonus-edge-proxy/.dockerignore

16 lines
220 B
Plaintext

# 忽略 Git 历史
.git
.gitignore
# 忽略 VS Code Dev Container 和设置
.devcontainer
.vscode
# 忽略本地构建/编译产物(如果它们不在容器内构建)
build/
*.o
*.so
# 忽略文档
*.md
README.md