Files
vf_react/.gitignore
2025-12-14 17:15:29 +08:00

66 lines
859 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

node_modules
package-lock.json
yarn.lock
build
node_modules
# 依赖
node_modules/
/.pnp
.pnp.js
# 测试
/coverage
# 生产构建
/build
/dist
# 环境变量
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 部署配置(包含密钥,不提交)
.env.cos
.env.deploy
# 日志
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 编辑器
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code 配置
.claude/settings.local.json
# macOS
.DS_Store
# Windows
Thumbs.db
# Documentation
*.md
!README.md
!CLAUDE.md
# 忽略 docs 目录(开发文档不提交到 Git
docs/
src/assets/img/original-backup/
# 涨停分析静态数据(由 export_zt_data.py 生成,不提交到 Git
public/data/zt/
# 概念涨跌幅静态数据(由 export_concept_data.py 生成,不提交到 Git
public/data/concept/