Skip to content

Commit

Permalink
Update 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 Dec 30, 2016
1 parent aad4d71 commit e3fb7da
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 24 deletions.
57 changes: 41 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,51 @@
# Editors etc
*.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
/Gemfile.lock
/bin/
/.bundle/
/bundle/
/vendor/gems/
# ruby/bundler files
.ruby-version
.ruby-gemset
.rvmrc
Gemfile.lock
.bundle
*.gem

# Berkshelf
/Berksfile.lock
/cookbooks/
/vendor/cookbooks/
# YARD artifacts
.yardoc
_yardoc
doc/
.idea

# Vagrant
/.vagrant/
# chef stuff
Berksfile.lock
.kitchen
.kitchen.local.yml
vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json
Cheffile.lock
.librarian/

# Test Kitchen
/.kitchen/
/.kitchen.local.yml
# vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/
110 changes: 102 additions & 8 deletions chefignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,102 @@
*/*file
*/*file.lock
*/bin
*/bundle
*/chefignore
*/spec
*/test
*/vendor
# Put files/directories that should be ignored in this file when uploading
# to a chef-server or supermarket.
# Lines that start with '# ' are comments.

# OS generated files #
######################
.DS_Store
Icon?
nohup.out
ehthumbs.db
Thumbs.db

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

# EDITORS #
###########
\#*
.#*
*~
*.sw[a-z]
*.bak
REVISION
TAGS*
tmtags
*_flymake.*
*_flymake
*.tmproj
.project
.settings
mkmf.log

## COMPILED ##
##############
a.out
*.o
*.pyc
*.so
*.com
*.class
*.dll
*.exe
*/rdoc/

# Testing #
###########
.watchr
.rspec
spec/*
spec/fixtures/*
test/*
features/*
examples/*
Guardfile
Procfile
.kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
.codeclimate.yml

# SCM #
#######
.git
*/.git
.gitignore
.gitmodules
.gitconfig
.gitattributes
.svn
*/.bzr/*
*/.hg/*
*/.svn/*

# Berkshelf #
#############
Berksfile
Berksfile.lock
cookbooks/*
tmp

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

# Strainer #
############
Colanderfile
Strainerfile
.colander
.strainer

# Vagrant #
###########
.vagrant
Vagrantfile

0 comments on commit e3fb7da

Please sign in to comment.