Files
qiandao/.gitignore
ayou 3185c3e7fa refactor: 更新依赖版本并优化axum服务器启动方式
升级所有依赖到最新版本,包括axum 0.8.4和sea-orm 1.1.17
修改axum服务器启动方式以兼容新版本API
将Rust edition更新至2024
添加.DS_Store到.gitignore
2025-10-23 20:44:27 +08:00

21 lines
647 B
Plaintext

# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
frontend/.DS_Store
.DS_Store