Merge pull request #163 from chef-cookbooks/automated/standardfiles

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2020-08-26 10:03:06 -07:00
committed by GitHub
3 changed files with 18 additions and 11 deletions

View File

@@ -1 +1 @@
Please refer to the Chef Community Code of Conduct at https://www.chef.io/code-of-conduct/
Please refer to the Chef Community Code of Conduct at <https://www.chef.io/code-of-conduct/>

View File

@@ -1,2 +1,2 @@
Please refer to
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD
<https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD>

View File

@@ -9,10 +9,7 @@ ehthumbs.db
Icon?
nohup.out
Thumbs.db
# SASS #
########
.sass-cache
.envrc
# EDITORS #
###########
@@ -26,10 +23,11 @@ Thumbs.db
*.tmproj
*~
\#*
mkmf.log
REVISION
TAGS*
tmtags
.vscode
.editorconfig
## COMPILED ##
##############
@@ -42,22 +40,29 @@ tmtags
*.so
*/rdoc/
a.out
mkmf.log
# Testing #
###########
.circleci/*
.codeclimate.yml
.delivery/*
.foodcritic
.kitchen*
.mdlrc
.overcommit.yml
.rspec
.rubocop.yml
.travis.yml
.watchr
.yamllint
azure-pipelines.yml
Dangerfile
examples/*
features/*
Guardfile
kitchen.yml*
mlc_config.json
Procfile
Rakefile
spec/*
@@ -70,6 +75,7 @@ test/*
.gitconfig
.github/*
.gitignore
.gitkeep
.gitmodules
.svn
*/.bzr/*
@@ -95,12 +101,13 @@ Gemfile.lock
Policyfile.rb
Policyfile.lock.json
# Cookbooks #
# Documentation #
#############
CHANGELOG*
CONTRIBUTING*
TESTING*
CODE_OF_CONDUCT*
CONTRIBUTING*
documentation/*
TESTING*
UPGRADING*
# Vagrant #
###########