Skip to content

Commit

Permalink
chefignore vendor/ dir to slim down berks package
Browse files Browse the repository at this point in the history
`berks package` tars all non-chefignored files in the cookbook
directory. Travis dumps gems in vendor/, which adds 200Mb of cruft.
Yuck.

Ignore Travis's gem directory so package is reasonably-sized.
  • Loading branch information
benesch committed Jun 12, 2014
1 parent 6aab1a0 commit 44710ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ Vagrantfile
# Travis #
##########
.travis.yml
vendor

0 comments on commit 44710ce

Please sign in to comment.