Files
wvp-platform/.gitignore
16337 f0ac1104b5 chore: 将docs文件夹添加到.gitignore,移除远程追踪
- 添加 docs/ 到 .gitignore
- 从git追踪中移除docs文件夹(保留本地文件)
- docs文件夹包含的规划文档仅供本地开发使用
2026-02-25 11:34:06 +08:00

39 lines
582 B
Plaintext

# Existing ignores (preserve)
target/
*.class
*.log
.idea/
*.iml
# Diagnostic documents - DO NOT COMMIT
数据库/aiot/执行指南-*.md
数据库/aiot/*诊断*.md
数据库/aiot/*分析*.md
数据库/aiot/*报告*.md
# Test files and temporary scripts
test_*.html
test_*.md
*_test.html
*_validation.md
# Build and runtime files
docker/volumes/
docker/wvp/config/
src/main/resources/static/
nul
binlog_*.txt
# Development tools
.claude/
.trae/
# Batch scripts (user-specific)
*.bat
# Python scripts (temporary)
generate_*.py
# Documentation (keep local, do not commit)
docs/