1 Star 0 Fork 4

Iris.YU/cicd

forked from walker.zhang/cicd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
walker.zhang 提交于 2019-09-05 23:56 . Add 4 steps to setup cicd.
# ingore the compressed files
*.zip
*.rar
*.jar
*.zip
*.tgz
# ingore directory created by editor and gradle.
.idea
.gradle
# ingore file create by editor
*.iml
# ignore the distributions we produced.
build
out
# ignore the files generated by sbe tool.
gen
# ignore the log files
*.log
# The following are reserved for angular+webpack projects.
# ingore packages installed by npm
node_modules
# ingore directory created by editor.
.idea
# ingore secret credentials for security reason.
credentials.js
# ignore the distributions we produced.
dist
# ignore the typings
typings
# ignore the files generated by typescript compiler.
**/src/**/*.js
**/src/**/*.js.map
# ignore vagrant machine related files
.vagrant
# ingore vagrant environment related configuration.
.env
# retry file generated by ansible.
*.retry
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irisyu/cicd.git
[email protected]:irisyu/cicd.git
irisyu
cicd
cicd
master

搜索帮助