Skip to content

Commit

Permalink
Adding data_bags to chefignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Smith committed Aug 13, 2021
1 parent 36d1c79 commit 29c5f8d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 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 @@ -76,7 +84,10 @@ tmp

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

# Strainer #
############
Expand All @@ -90,6 +101,4 @@ Strainerfile
.vagrant
Vagrantfile

# Travis #
##########
.travis.yml
data_bags/*

0 comments on commit 29c5f8d

Please sign in to comment.