github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/project/paths.go (about)

     1  package project
     2  
     3  const (
     4  	// DefaultConfigurationFileName is the name of the Mutagen project
     5  	// configuration file.
     6  	DefaultConfigurationFileName = "mutagen.yml"
     7  	// LockFileExtension is the extension added to a configuration file path in
     8  	// order to compute the corresponding lock file.
     9  	LockFileExtension = ".lock"
    10  )