Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Allow hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Mar 1, 2013
1 parent 2be1d6b commit d21756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/solo_cook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def rsync_permissions
end

def rsync_excludes
(%w{revision-deploys tmp '.*'} + chefignore.ignores).uniq
(%w{revision-deploys tmp .git .hg} + chefignore.ignores).uniq

This comment has been minimized.

Copy link
@runningman84

runningman84 Mar 1, 2013

please exclude .svn files as well

end

def debug?
Expand Down

0 comments on commit d21756c

Please sign in to comment.