Skip to content

Commit

Permalink
update ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Dec 9, 2015
1 parent 6f9c238 commit 59c8995
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
10 changes: 6 additions & 4 deletions .gitignore
@@ -1,7 +1,4 @@
*.gem
.zero-knife.rb
*.rbc
.bundle
.config
coverage
InstalledFiles
Expand All @@ -12,7 +9,6 @@ spec/reports
test/tmp
test/version_tmp
tmp
Gemfile.lock
_Store
*~
*#
Expand All @@ -23,9 +19,14 @@ _Store
*.tmp
*.bk
*.bkup

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

# YARD artifacts
.yardoc
Expand All @@ -39,6 +40,7 @@ Berksfile.lock
.kitchen.local.yml
vendor/
.coverage/
.zero-knife.rb

#vagrant stuff
.vagrant/
Expand Down
17 changes: 10 additions & 7 deletions chefignore
@@ -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 @@ -54,8 +54,13 @@ features/*
examples/*
Guardfile
Procfile
test/*
.kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
.codeclimate.yml

# SCM #
#######
Expand All @@ -79,8 +84,10 @@ tmp

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

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

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

0 comments on commit 59c8995

Please sign in to comment.