mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-30 18:45:55 +08:00
a8f1bfeaab
将GNU Makefile构建系统迁移到CMake 3.15+,新增CLAUDE.md项目指南, 重写README.md补充项目结构、工作原理和详细构建说明。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
24 lines
176 B
Plaintext
24 lines
176 B
Plaintext
/.trae/
|
|
/.vscode/
|
|
/build/
|
|
/build*/
|
|
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.ilk
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# 忽略obj目录
|
|
/obj/
|
|
|
|
# 忽略dist目录
|
|
/dist/
|
|
|
|
# 忽略.ps1文件
|
|
*.ps1
|