2 Star 9 Fork 3

万孝国 / 校友捐赠管理系统单体应用后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
万孝国 提交于 2020-09-19 12:56 . 初始化项目
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.classpath
*.factorypath
*.project
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### 忽略字节码
**/target/
### 忽略vscode的配置
**/bin/
**/.settings/
**/.vscode/
# 忽略idea的配置文件
**/.idea
**/.mvn/
*.iws
*.iml
*.ipr
# 忽略vue的文件
**/dist
**/.env.local
**/.env.*.local
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/pnpm-debug.log*
**/node_modules
Java
1
https://gitee.com/wanxiaoguo/adms_back.git
git@gitee.com:wanxiaoguo/adms_back.git
wanxiaoguo
adms_back
校友捐赠管理系统单体应用后台
master

搜索帮助