1 Star 0 Fork 29

Future./his

forked from 万孝国/his 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
万孝国 提交于 2020-08-26 11:09 . 项目搭建
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wjystudying/his.git
[email protected]:wjystudying/his.git
wjystudying
his
his
master

搜索帮助