2 Star 3 Fork 3

千寻啊千寻 / qianxunclub-maven-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
chihiro 提交于 2018-05-15 17:04 . init
######################
# Project Specific
######################
/src/main/webapp/dist
######################
# Node
######################
/node/**
/node_modules/**
######################
# SASS
######################
.sass-cache/**
######################
# Eclipse
######################
*.pydevproject
.project
.metadata
/bin/**
/tmp/**
/tmp/**/*
*.tmp
*.lck
*.epoch
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/**
.loadpath
/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
.idea/
######################
# Maven
.mvn/
######################
logs/
target/
######################
# Gradle
######################
.gradle/**
######################
# Package Files
######################
*.jar
*.war
*.ear
*.db
######################
# Windows
######################
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
######################
# Mac OSX
######################
.DS_Store
.svn
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
######################
# Directories
######################
/build/**
/bin/**
/spring_loaded/**
/deploy/**
######################
# Logs
######################
*.log
######################
# Others
######################
*.class
*.*~
*~
.merge_file*
######################
# Gradle Wrapper
######################
!gradle/wrapper/gradle-wrapper.jar
######################
# Maven Wrapper
######################
!.mvn/wrapper/maven-wrapper.jar
Java
1
https://gitee.com/qianxunclub/qianxunclub-maven-plugin.git
git@gitee.com:qianxunclub/qianxunclub-maven-plugin.git
qianxunclub
qianxunclub-maven-plugin
qianxunclub-maven-plugin
master

搜索帮助