Skip to content

Commit

Permalink
Merge pull request #136 from chef-cookbooks/automated/standardfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Aug 26, 2020
2 parents 9c1d9e7 + 2465665 commit ccc1dc0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -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/>
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
@@ -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>
23 changes: 15 additions & 8 deletions chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ ehthumbs.db
Icon?
nohup.out
Thumbs.db

# SASS #
########
.sass-cache
.envrc

# EDITORS #
###########
Expand All @@ -26,10 +23,11 @@ Thumbs.db
*.tmproj
*~
\#*
mkmf.log
REVISION
TAGS*
tmtags
.vscode
.editorconfig

## COMPILED ##
##############
Expand All @@ -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/*
Expand All @@ -70,6 +75,7 @@ test/*
.gitconfig
.github/*
.gitignore
.gitkeep
.gitmodules
.svn
*/.bzr/*
Expand All @@ -95,12 +101,13 @@ Gemfile.lock
Policyfile.rb
Policyfile.lock.json

# Cookbooks #
# Documentation #
#############
CHANGELOG*
CODE_OF_CONDUCT*
CONTRIBUTING*
documentation/*
TESTING*
CODE_OF_CONDUCT*
UPGRADING*

# Vagrant #
###########
Expand Down

0 comments on commit ccc1dc0

Please sign in to comment.