添加 Docker 配置文件和忽略文件,设置 Alpine 软件源,安装核心开发工具,并配置 npm

This commit is contained in:
2026-01-30 22:49:37 +08:00
commit e860a253fe
5 changed files with 61 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.DS_Store
.ini
node_modules/
.vscode/
.fleet/
.vs/
.webstorm/
.phpstorm/