Merge pull request #163 from chef-cookbooks/automated/standardfiles
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
commit
88f7030d1e
@ -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/>
|
||||
|
@ -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>
|
||||
|
25
chefignore
25
chefignore
@ -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 #
|
||||
###########
|
||||
|
Loading…
x
Reference in New Issue
Block a user