Skip to content

Commit 2564444

Browse files
authored
Merge pull request puppetlabs#15 from ekohl/always-ignore-git
Always ignore .git
2 parents 96b81c0 + 93d067a commit 2564444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/modulebuilder/builder.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Puppet::Modulebuilder
66
# Class to build Puppet Modules from source
77
class Builder
88
DEFAULT_IGNORED = [
9+
'/.git',
910
'/pkg/',
1011
'~*',
1112
'/coverage',

0 commit comments

Comments
 (0)