1 Star 0 Fork 48

胡鹏 / opensource-intern

forked from openEuler / opensource-intern 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 994 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
YutingNie 提交于 2023-07-12 21:38 . Complete code-view component
# 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
#Added by cargo
#
#already existing elements are commented out
/target
#**/*.rs.bk
# IDE
.idea
# OS
.DS_Store
mail2list/vue-mail2list-web/node_modules/
mail2list/vue-mail2list-web/package-lock.json
mail2list/vue-mail2list-web/.vscode
mail2list/vue-mail2list-web/.env.development
mail2list/vue-mail2list-web/.env.production
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
ui/node_modules
ui/.pnp
ui/.pnp.js
# testing
ui/coverage
# production
ui/build
# misc
ui/.DS_Store
ui/.env.local
ui/.env.development.local
ui/.env.test.local
ui/.env.production.local
ui/npm-debug.log*
ui/yarn-debug.log*
ui/yarn-error.log*
1
https://gitee.com/hupeng2023/opensource-intern.git
git@gitee.com:hupeng2023/opensource-intern.git
hupeng2023
opensource-intern
opensource-intern
master

搜索帮助