Module: Dapp::Dapp::GitArtifact

Included in:
Dapp::Dapp
Defined in:
lib/dapp/dapp/git_artifact.rb

Instance Method Summary collapse

Instance Method Details

#local_git_artifact_exclude_paths(&blk) ⇒ Object



4
5
6
7
8
# File 'lib/dapp/dapp/git_artifact.rb', line 4

def local_git_artifact_exclude_paths(&blk)
  @local_git_artifact_exclude_paths ||= [].tap do |exclude_paths|
    yield exclude_paths if block_given?
  end
end