chore: 初始化项目文档基线

提交产品设计文档和基础忽略规则。

后续开发以该文档作为 Windows 个人工具箱 MVP 的需求来源,并持续维护开发文档与阶段提交。
This commit is contained in:
2026-05-27 13:33:44 +08:00
commit e04f73bb6a
2 changed files with 2586 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Build outputs
bin/
obj/
out/
publish/
# IDE and local user files
.vs/
.vscode/
*.user
*.suo
*.rsuser
*.userosscache
*.sln.docstates
# Test and coverage output
TestResults/
coverage/
*.coverage
*.coveragexml
# Logs and temporary files
*.log
*.tmp
*.temp
# OS metadata
Thumbs.db
Desktop.ini

File diff suppressed because it is too large Load Diff