11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# 依赖与本地产物
|
|
node_modules/
|
|
*.log
|
|
|
|
# 本机覆盖(不进仓):机器特有的 host/port/command
|
|
local-overrides.json
|
|
|
|
# 测试与本地产物
|
|
tests/*.local.mjs
|
|
.DS_Store
|