Files
rust/.gitignore
e2hang c08fb82b83 new
2026-03-10 10:14:57 +08:00

13 lines
181 B
Plaintext

# 编译产物
/target/
# 匹配任何位置的 target 目录
target/
**/target/
# 编译过程中产生的临时文件
**/*.rs.bk
# 如果你使用了本地的开发配置
.env