Files
dht/.gitignore
T
2026-08-06 23:02:18 +08:00

28 lines
242 B
Plaintext

# Rust
/target/
/.tools/
/.run-data/
/.remote-data/
/data/
/dht-search.toml
Cargo.lock
**/*.rs.bk
# IDE
.idea/
.vscode/
*.swp
# 输出文件
torrents/
*.json
*.db
# 日志
*.log
# 个人脚本(不提交到仓库)
scripts/
opencodes/