Files
Java/.gitignore
T
2025-12-15 20:39:50 +08:00

25 lines
268 B
Plaintext

# 排除可执行文件
*.out
*.o
# 排除IDE配置文件
.idea/
.vs/
.vscode/
# 排除Trae AI配置文件
.trae/
# 排除编译输出目录
output/
# 排除临时文件
*.tmp
*.temp
# 排除系统文件
.DS_Store
Thumbs.db
# 排除竞赛平台配置文件
.cph/