1 Star 0 Fork 0

yangyun-zero/study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
yangyun-zero 提交于 2020-08-12 10:13 +08:00 . -
######################
# Project
#####################
**/target/**
application-dev.properties
application-prep-local.properties
**/test/**
# Eclipse
######################
*.pydevproject
.project
.metadata
tmp/
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
.factorypath
/src/main/resources/rebel.xml
# External tool builders
.externalToolBuilders/**
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
######################
# Intellij
######################
.idea/
*.iml
*.iws
*.ipr
*.ids
*.orig
classes/
out/
######################
# Visual Studio Code
######################
.vscode/
######################
# Maven
######################
/log/
/target/
######################
# Gradle
######################
.gradle/
/build/
######################
# Package Files
######################
*.jar
*.war
*.ear
*.db
######################
# Windows
######################
# Windows image file caches
Thumbs.db
######################
# Mac OSX
######################
.DS_Store
.svn
# Thumbnails
._*
######################
# Others
######################
*.class
*.*~
*~
.merge_file*
######################
# 自定义
######################
*.log
docker/**
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yangyun-zero/study.git
[email protected]:yangyun-zero/study.git
yangyun-zero
study
study
master

搜索帮助