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
commit 88f7030d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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? Icon?
nohup.out nohup.out
Thumbs.db Thumbs.db
.envrc
# SASS #
########
.sass-cache
# EDITORS # # EDITORS #
########### ###########
@ -26,10 +23,11 @@ Thumbs.db
*.tmproj *.tmproj
*~ *~
\#* \#*
mkmf.log
REVISION REVISION
TAGS* TAGS*
tmtags tmtags
.vscode
.editorconfig
## COMPILED ## ## COMPILED ##
############## ##############
@ -42,22 +40,29 @@ tmtags
*.so *.so
*/rdoc/ */rdoc/
a.out a.out
mkmf.log
# Testing # # Testing #
########### ###########
.circleci/* .circleci/*
.codeclimate.yml .codeclimate.yml
.delivery/*
.foodcritic .foodcritic
.kitchen* .kitchen*
.mdlrc
.overcommit.yml
.rspec .rspec
.rubocop.yml .rubocop.yml
.travis.yml .travis.yml
.watchr .watchr
.yamllint
azure-pipelines.yml azure-pipelines.yml
Dangerfile
examples/* examples/*
features/* features/*
Guardfile Guardfile
kitchen.yml* kitchen.yml*
mlc_config.json
Procfile Procfile
Rakefile Rakefile
spec/* spec/*
@ -70,6 +75,7 @@ test/*
.gitconfig .gitconfig
.github/* .github/*
.gitignore .gitignore
.gitkeep
.gitmodules .gitmodules
.svn .svn
*/.bzr/* */.bzr/*
@ -95,12 +101,13 @@ Gemfile.lock
Policyfile.rb Policyfile.rb
Policyfile.lock.json Policyfile.lock.json
# Cookbooks # # Documentation #
############# #############
CHANGELOG*
CONTRIBUTING*
TESTING*
CODE_OF_CONDUCT* CODE_OF_CONDUCT*
CONTRIBUTING*
documentation/*
TESTING*
UPGRADING*
# Vagrant # # Vagrant #
########### ###########