Files
vf_react/.gitignore

56 lines
585 B
Plaintext
Raw 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
# 日志
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/