43bd11db0b
Co-Authored-By: Claude Code <noreply@anthropic.com>
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
# 本地环境变量/口令(部署时 cp .env.example .env 填写,切勿提交)
|
|
deploy/.env
|
|
|
|
# 运行期产物
|
|
runtime/logs/*
|
|
runtime/session/*
|
|
!runtime/logs/.gitkeep
|
|
!runtime/session/.gitkeep
|
|
static/uploads/*
|
|
|
|
# 系统/编辑器
|
|
Thumbs.db
|
|
.DS_Store |