bin/ kits *.env # release.env is the one .env that is committed: it carries the version being # published and its one-line description, which are part of the project's # record. Token files (*.token.env) stay under the rule above. !release.env release # A go.work pointing at the checkout beside this one is how you build against an # unreleased turbo-core. It is one person's local wiring, never the project's: # committed, it would break every clone that has no such checkout. go.work go.work.sum # The demo projects build into these. moon always excludes a package-root # _build/ from what it packages, and there is no reason to commit one either. demos/**/_build/