1 Star 0 Fork 2

浪迹江湖 / 校友基金管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
万孝国 提交于 2020-09-17 12:08 . 调整项目结构
# 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_modulesmvn
1
https://gitee.com/itgjee/xiaoyou.git
git@gitee.com:itgjee/xiaoyou.git
itgjee
xiaoyou
校友基金管理系统
master

搜索帮助