Documentation
¶
Index ¶
Constants ¶
View Source
const DeployIgnoreFile = ".deployignore"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileIgnorer ¶ added in v1.0.20
func LoadDeployFileIgnorer ¶ added in v1.0.20
func LoadDeployFileIgnorer(dir string) (FileIgnorer, error)
LoadDeployFileIgnorer parses .deployignore file in specified dir. If file is absent, both returned FileIgnorer and error is nil.
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) FindFilesByRules ¶
func (*Handler) FindGitFiles ¶
Click to show internal directories.
Click to hide internal directories.