13 Star 63 Fork 13

思伟 / bootplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
# File created using '.gitignore Generator' for zhousiwei: https://zhousiwei.gitee.io/
# Created by https://github.com/JoeyBling
# SVN
/.svn/
# Log file #
# Logs
logs
*.log
npm-debug.log*
/logs/
# Eclipse project files
/.settings/
/target/
.classpath
.project
# MacOS files
.DS_Store
# Windows files
Thumbs.db
### PRODUCE ###
# Dockerfile
*-prod.yml
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out
gem
### NetBeans ###
nbproject/private/
build/
nbbuild/
nbdist/
.nb-gradle/
# Compiled class file
*.class
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### GRADLE ###
!gradle/wrapper/gradle-wrapper.jar
.gradle
/build/
/gradlew
/gradlew.bat
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
### Api Doc Files ###
doc/
# Book build output
_book
**/images/uml/
# The custom
.history
application.yml.bak
application-prd.yml
Java
1
https://gitee.com/zhousiwei/bootplus.git
git@gitee.com:zhousiwei/bootplus.git
zhousiwei
bootplus
bootplus
master

搜索帮助