chore: 将docs文件夹添加到.gitignore,移除远程追踪
- 添加 docs/ 到 .gitignore - 从git追踪中移除docs文件夹(保留本地文件) - docs文件夹包含的规划文档仅供本地开发使用
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -33,3 +33,6 @@ binlog_*.txt
|
||||
|
||||
# Python scripts (temporary)
|
||||
generate_*.py
|
||||
|
||||
# Documentation (keep local, do not commit)
|
||||
docs/
|
||||
|
||||
Reference in New Issue
Block a user