1 Star 0 Fork 1

齐朝阳/actix-web-rest-api-with-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
SakaDream 提交于 2019-06-09 12:38 +08:00 . Remove duplicate key
# Created by https://www.gitignore.io/api/rust,code
# Edit at https://www.gitignore.io/?templates=rust,code
### Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Extras
.env
/src/secret.key
# End of https://www.gitignore.io/api/rust,code
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/newly-released_0/actix-web-rest-api-with-jwt.git
git@gitee.com:newly-released_0/actix-web-rest-api-with-jwt.git
newly-released_0
actix-web-rest-api-with-jwt
actix-web-rest-api-with-jwt
master

搜索帮助