mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 15:34:16 +08:00
feat: 默认扩展数据表结构(概念/行业/新股) + gitignore放行ext_data config
This commit is contained in:
@@ -45,6 +45,11 @@ backend/data/**
|
||||
!backend/data/.gitkeep
|
||||
data/**
|
||||
!data/.gitkeep
|
||||
# 扩展数据: 只跟踪 config.json(表结构), 其他数据文件一律忽略
|
||||
# 注意 gitignore 否定规则特性: 需先放行目录才能放行内部文件
|
||||
!data/ext_data/
|
||||
data/ext_data/**
|
||||
!data/ext_data/**/config.json
|
||||
|
||||
# ===== Secrets =====
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user