This commit is contained in:
2025-10-17 08:44:54 +08:00
parent 5e874ceb80
commit e691ab43cc
49 changed files with 7401 additions and 3 deletions
+40
View File
@@ -0,0 +1,40 @@
# IDE配置文件
.trae/
# 编译输出
*.exe
*.o
*.obj
# 临时文件
*.tmp
*.temp
# 系统文件
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# 日志文件
*.log
# 调试文件
*.pdb
*.ilk
# IDE配置文件
.idea/
.vscode/
# 构建目录
build/
# 安装程序
backup/
dist/
# 批处理文件
*.bat