Skip to content

Commit

Permalink
Update the ignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 9, 2016
1 parent c24087c commit a592c28
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 13 deletions.
46 changes: 39 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,49 @@
.vagrant
Berksfile.lock
*.rbc
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
_Store
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.tmp
*.bk
*.bkup

# Bundler
# ruby/bundler files
.ruby-version
.ruby-gemset
.rvmrc
Gemfile.lock
bin/*
.bundle/*
.bundle
*.gem

.kitchen/
# YARD artifacts
.yardoc
_yardoc
doc/
.idea

# chef stuff
Berksfile.lock
.kitchen
.kitchen.local.yml
.kitchen.cloud.local.yml
vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json

# vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/
19 changes: 13 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 @@ -76,7 +84,10 @@ tmp

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

# Strainer #
############
Expand All @@ -89,7 +100,3 @@ Strainerfile
###########
.vagrant
Vagrantfile

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

0 comments on commit a592c28

Please sign in to comment.