diff --git a/chefignore b/chefignore index e403950c5..75d2251b9 100644 --- a/chefignore +++ b/chefignore @@ -54,6 +54,8 @@ features/* examples/* Guardfile Procfile +test/* +spec/* # SCM # ####### @@ -95,6 +97,3 @@ Vagrantfile # Travis # ########## .travis.yml -test/ -spec/ -examples/