17 lines
190 B
Plaintext
17 lines
190 B
Plaintext
# 依赖
|
|
node_modules/
|
|
|
|
# 构建产物
|
|
client/dist/
|
|
|
|
# 环境变量(含密钥,手动配置)
|
|
server/.env
|
|
|
|
# 日志
|
|
*.log
|
|
server/fc_chunks_debug.json
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|