18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
# 环境变量文件
|
|
.env
|
|
.env.local
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# voice
|
|
data/voice/*
|
|
|
|
# 本地部署拷贝目录(由 deploy-assets 生成)
|
|
pipi-assets/
|
|
|
|
# 生成的 nginx 配置(含机器相关路径,每次运行脚本会重新生成)
|
|
scripts/nginx-pipi-assets.conf
|
|
# 输出文件(可选,如果不想提交生成的数据)
|
|
# data/char/char_introduce.json
|