Skip to content

Commit

Permalink
Update the chefignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 17, 2017
1 parent a2ced8a commit a6dcc91
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions chefignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Put files/directories that should be ignored in this file when uploading
# or sharing to the community site.
# to a chef-server or supermarket.
# Lines that start with '# ' are comments.

# OS generated files #
Expand Down Expand Up @@ -51,8 +51,16 @@ spec/*
spec/fixtures/*
test/*
features/*
examples/*
Guardfile
Procfile
.kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
.codeclimate.yml

# SCM #
#######
Expand All @@ -74,10 +82,17 @@ Berksfile.lock
cookbooks/*
tmp

# Policyfile #
##############
Policyfile.rb
Policyfile.lock.json

# Cookbooks #
#############
CONTRIBUTING
CONTRIBUTING*
CHANGELOG*
TESTING*
MAINTAINERS.toml

# Strainer #
############
Expand All @@ -90,7 +105,3 @@ Strainerfile
###########
.vagrant
Vagrantfile

# Travis #
##########
.travis.yml

0 comments on commit a6dcc91

Please sign in to comment.