Add chefignore. Add travis and supermarket badges
This commit is contained in:
Родитель
2b4cce2b9a
Коммит
f3c46805a8
|
@ -1,5 +1,8 @@
|
|||
Visual Studio Team Services Build Agent Cookbook
|
||||
================
|
||||
[![Build Status](https://travis-ci.org/Microsoft/vsts-build-agent-cookbook.svg?branch=master)](https://travis-ci.org/Microsoft/vsts-build-agent-cookbook)
|
||||
[![Cookbook Version](https://img.shields.io/cookbook/v/vsts_build_agent.svg)](https://supermarket.chef.io/cookbooks/vsts_build_agent)
|
||||
|
||||
Installs and configures Visual Studio Team Services [Build Agent](https://www.visualstudio.com/en-us/get-started/build/build-your-app-vs) (a.k.a VSO Build Agent)
|
||||
|
||||
Requirements
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
# Put files/directories that should be ignored in this file when uploading
|
||||
# or sharing to the community site.
|
||||
# Lines that start with '# ' are comments.
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
Icon?
|
||||
nohup.out
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
|
||||
# Testing #
|
||||
###########
|
||||
.rspec
|
||||
.rubocop.yml
|
||||
spec/*
|
||||
spec/fixtures/*
|
||||
test/*
|
||||
features/*
|
||||
examples/*
|
||||
Guardfile
|
||||
Procfile
|
||||
test/*
|
||||
spec/*
|
||||
.kitchen.yml
|
||||
|
||||
# SCM #
|
||||
#######
|
||||
.git
|
||||
*/.git
|
||||
.gitignore
|
||||
|
||||
|
||||
# Berkshelf #
|
||||
#############
|
||||
Berksfile
|
||||
Berksfile.lock
|
||||
|
||||
# Cookbooks #
|
||||
#############
|
||||
CONTRIBUTING*
|
||||
CHANGELOG*
|
||||
|
||||
# Travis #
|
||||
##########
|
||||
.travis.yml
|
Загрузка…
Ссылка в новой задаче