Update ignore files
This commit is contained in:
parent
6a8ec75274
commit
a4e4be03e4
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,7 +1,4 @@
|
|||||||
*.gem
|
|
||||||
.zero-knife.rb
|
|
||||||
*.rbc
|
*.rbc
|
||||||
.bundle
|
|
||||||
.config
|
.config
|
||||||
coverage
|
coverage
|
||||||
InstalledFiles
|
InstalledFiles
|
||||||
@ -12,7 +9,6 @@ spec/reports
|
|||||||
test/tmp
|
test/tmp
|
||||||
test/version_tmp
|
test/version_tmp
|
||||||
tmp
|
tmp
|
||||||
Gemfile.lock
|
|
||||||
_Store
|
_Store
|
||||||
*~
|
*~
|
||||||
*#
|
*#
|
||||||
@ -23,9 +19,14 @@ _Store
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.bk
|
*.bk
|
||||||
*.bkup
|
*.bkup
|
||||||
|
|
||||||
|
# ruby/bundler files
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.ruby-gemset
|
.ruby-gemset
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
Gemfile.lock
|
||||||
|
.bundle
|
||||||
|
*.gem
|
||||||
|
|
||||||
# YARD artifacts
|
# YARD artifacts
|
||||||
.yardoc
|
.yardoc
|
||||||
@ -39,6 +40,7 @@ Berksfile.lock
|
|||||||
.kitchen.local.yml
|
.kitchen.local.yml
|
||||||
vendor/
|
vendor/
|
||||||
.coverage/
|
.coverage/
|
||||||
|
.zero-knife.rb
|
||||||
|
|
||||||
#vagrant stuff
|
#vagrant stuff
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
|||||||
17
chefignore
17
chefignore
@ -1,5 +1,5 @@
|
|||||||
# Put files/directories that should be ignored in this file when uploading
|
# 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.
|
# Lines that start with '# ' are comments.
|
||||||
|
|
||||||
# OS generated files #
|
# OS generated files #
|
||||||
@ -54,8 +54,13 @@ features/*
|
|||||||
examples/*
|
examples/*
|
||||||
Guardfile
|
Guardfile
|
||||||
Procfile
|
Procfile
|
||||||
test/*
|
.kitchen*
|
||||||
|
.rubocop.yml
|
||||||
spec/*
|
spec/*
|
||||||
|
Rakefile
|
||||||
|
.travis.yml
|
||||||
|
.foodcritic
|
||||||
|
.codeclimate.yml
|
||||||
|
|
||||||
# SCM #
|
# SCM #
|
||||||
#######
|
#######
|
||||||
@ -79,8 +84,10 @@ tmp
|
|||||||
|
|
||||||
# Cookbooks #
|
# Cookbooks #
|
||||||
#############
|
#############
|
||||||
CONTRIBUTING
|
CONTRIBUTING*
|
||||||
CHANGELOG*
|
CHANGELOG*
|
||||||
|
TESTING*
|
||||||
|
MAINTAINERS.toml
|
||||||
|
|
||||||
# Strainer #
|
# Strainer #
|
||||||
############
|
############
|
||||||
@ -93,7 +100,3 @@ Strainerfile
|
|||||||
###########
|
###########
|
||||||
.vagrant
|
.vagrant
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
|
|
||||||
# Travis #
|
|
||||||
##########
|
|
||||||
.travis.yml
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user