Files
TXH1.0/.gitignore
T
2026-04-27 19:32:11 +08:00

23 lines
348 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===== obj 目录规则 =====
# obj 中的子文件夹不要上传
obj/**/
# .o .d .crf 编译中间文件不要上传
*.o
*.d
*.crf
# obj 中的 .txt 文件不上传(如 JLinkLog.txt
obj/*.txt
# ===== IDE 和编辑器 =====
.vscode/
.settings/
.eide/
.idea/
*.ept
*.eide-template
# ===== 系统文件 =====
Thumbs.db
Desktop.ini
.DS_Store