#Should i commit whole `cue.mod` to git?

1 messages · Page 1 of 1 (latest)

fleet fern
#

or only parts of it?

humble wagon
#

@fleet fern You can't go wrong committing the whole cue.mod file. It's like having a lockfile and pre-downloaded packages in one. Since they're just text, they're relatively lightweight. There are ways to prune out some packages that aren't absolutely necessary if you really need it, but nothing built in.

fleet fern
#

except I want to make it part of cookiecutter template, so each file is parsed :<

humble wagon
#

what sort of template? CUE template? or some other kind?

fleet fern