From 6f0035674687fc6789d9f75b608ba01293090c3b Mon Sep 17 00:00:00 2001 From: Xorima Bot Date: Wed, 10 Jun 2020 11:03:08 +0000 Subject: [PATCH 1/2] Standardise files with files in chef-cookbooks/repo-management Signed-off-by: Xorima Bot --- CODE_OF_CONDUCT.md | 2 +- TESTING.md | 2 +- chefignore | 10 ++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 980c134..aa60a51 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 diff --git a/TESTING.md b/TESTING.md index ca524ab..9596d9b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,2 +1,2 @@ Please refer to -https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD + diff --git a/chefignore b/chefignore index 7cc7460..7e24394 100644 --- a/chefignore +++ b/chefignore @@ -10,10 +10,6 @@ Icon? nohup.out Thumbs.db -# SASS # -######## -.sass-cache - # EDITORS # ########### .#* @@ -26,10 +22,11 @@ Thumbs.db *.tmproj *~ \#* -mkmf.log REVISION TAGS* tmtags +.vscode +.editorconfig ## COMPILED ## ############## @@ -42,6 +39,7 @@ tmtags *.so */rdoc/ a.out +mkmf.log # Testing # ########### @@ -95,7 +93,7 @@ Gemfile.lock Policyfile.rb Policyfile.lock.json -# Cookbooks # +# Documentation # ############# CHANGELOG* CONTRIBUTING* From 718e67d41b9b7535c501b22d6a45d591ae8ad861 Mon Sep 17 00:00:00 2001 From: Xorima Bot Date: Mon, 29 Jun 2020 11:03:15 +0000 Subject: [PATCH 2/2] Standardise files with files in chef-cookbooks/repo-management Signed-off-by: Xorima Bot --- chefignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/chefignore b/chefignore index 7e24394..cc170ea 100644 --- a/chefignore +++ b/chefignore @@ -9,6 +9,7 @@ ehthumbs.db Icon? nohup.out Thumbs.db +.envrc # EDITORS # ########### @@ -45,17 +46,23 @@ mkmf.log ########### .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/* @@ -68,6 +75,7 @@ test/* .gitconfig .github/* .gitignore +.gitkeep .gitmodules .svn */.bzr/* @@ -95,10 +103,11 @@ Policyfile.lock.json # Documentation # ############# -CHANGELOG* -CONTRIBUTING* -TESTING* CODE_OF_CONDUCT* +CONTRIBUTING* +documentation/* +TESTING* +UPGRADING* # Vagrant # ###########